Skip to content

Commit 0f636be

Browse files
author
Jeremy
committed
docs: add MCP Server Registry documentation
1 parent a2a136f commit 0f636be

1 file changed

Lines changed: 42 additions & 0 deletions

File tree

docs/plugins/mcp-servers.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
---
2+
title: "MCP Servers"
3+
---
4+
5+
# MCP Server Registry
6+
7+
OpenSIN nutzt Model Context Protocol (MCP) Server für Browser-Automation, Desktop-Control und Plattform-Integration.
8+
9+
## 🔌 VERFÜGBARE MCP SERVER
10+
11+
| Server | Zweck | Team |
12+
|--------|-------|------|
13+
| [MCP-SIN-chrome-extension](https://github.com/OpenSIN-AI/MCP-SIN-chrome-extension) | Chrome Extension MCP - Browser Automation via Extension | Infrastructure |
14+
| [MCP-SIN-computer-use](https://github.com/OpenSIN-AI/MCP-SIN-computer-use) | Computer Use MCP - Desktop Control (macOS/Windows/Linux) | Infrastructure |
15+
| [MCP-SIN-in-chrome](https://github.com/OpenSIN-AI/MCP-SIN-in-chrome) | In-Chrome MCP - Tab/Content Access, DOM Manipulation | Infrastructure |
16+
| [MCP-SIN-mcp-gateway](https://github.com/OpenSIN-AI/MCP-SIN-mcp-gateway) | MCP Gateway - Central Routing & Load Balancing | Infrastructure |
17+
| [MCP-SIN-memory](https://github.com/OpenSIN-AI/MCP-SIN-memory) | Memory MCP - Persistent Storage & Retrieval | Infrastructure |
18+
| [MCP-SIN-platform-auth](https://github.com/OpenSIN-AI/MCP-SIN-platform-auth) | Platform Auth - OAuth/SSO für externe Plattformen | Infrastructure |
19+
| [MCP-SIN-usebrowser](https://github.com/OpenSIN-AI/MCP-SIN-usebrowser) | UseBrowser - Web Automation via nodriver/CDP | Infrastructure |
20+
21+
## 🛠️ KONFIGURATION
22+
23+
MCP Server werden in `opencode.json` konfiguriert:
24+
25+
```json
26+
{
27+
"mcpServers": {
28+
"sin-chrome-extension": {
29+
"command": "node",
30+
"args": ["dist/index.js"],
31+
"env": {
32+
"CHROME_PROFILE": "Default",
33+
"CDP_PORT": "9335"
34+
}
35+
}
36+
}
37+
}
38+
```
39+
40+
## 📡 TEAM-ZUORDNUNG
41+
42+
Alle MCP Server sind dem **Team-SIN-Infrastructure** unterstellt und werden von dort aus orchestriert.

0 commit comments

Comments
 (0)