Skip to content

MCP Server Registry

OpenSIN nutzt Model Context Protocol (MCP) Server für Browser-Automation, Desktop-Control und Plattform-Integration.

🔌 VERFÜGBARE MCP SERVER

ServerZweckTeam
MCP-SIN-chrome-extensionChrome Extension MCP - Browser Automation via ExtensionInfrastructure
MCP-SIN-computer-useComputer Use MCP - Desktop Control (macOS/Windows/Linux)Infrastructure
MCP-SIN-in-chromeIn-Chrome MCP - Tab/Content Access, DOM ManipulationInfrastructure
MCP-SIN-mcp-gatewayMCP Gateway - Central Routing & Load BalancingInfrastructure
MCP-SIN-memoryMemory MCP - Persistent Storage & RetrievalInfrastructure
MCP-SIN-platform-authPlatform Auth - OAuth/SSO für externe PlattformenInfrastructure
MCP-SIN-usebrowserUseBrowser - Web Automation via nodriver/CDPInfrastructure

🛠️ KONFIGURATION

MCP Server werden in opencode.json konfiguriert:

json
{
  "mcpServers": {
    "sin-chrome-extension": {
      "command": "node",
      "args": ["dist/index.js"],
      "env": {
        "CHROME_PROFILE": "Default",
        "CDP_PORT": "9335"
      }
    }
  }
}

📡 TEAM-ZUORDNUNG

Alle MCP Server sind dem Team-SIN-Infrastructure unterstellt und werden von dort aus orchestriert.