★ 643 stars
Go
💬 Communication
Updated 1mo ago
Complete MCP Platform -- Hosting, Registry, Gateway, and Chat Client
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"obot": {
"command": "go",
"args": [
"run",
"github.com/obot-platform/obot@latest"
]
}
}
}
Run in terminal:
claude mcp add obot go run github.com/obot-platform/obot@latest
Add to .cursor/mcp.json:
{
"mcpServers": {
"obot": {
"command": "go",
"args": [
"run",
"github.com/obot-platform/obot@latest"
]
}
}
}
Topics
aichatmcpmodelcontextprotocol