★ 13 stars
Go
🔌 API Integration
Updated 7d ago
One MCP server to rule them all. Aggregates GitHub, Datadog, Linear, Sentry, Slack, and Metabase behind a single search/execute interface.
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": {
"switchboard": {
"command": "go",
"args": [
"run",
"github.com/daltoniam/switchboard@latest"
]
}
}
}
Run in terminal:
claude mcp add switchboard go run github.com/daltoniam/switchboard@latest
Add to .cursor/mcp.json:
{
"mcpServers": {
"switchboard": {
"command": "go",
"args": [
"run",
"github.com/daltoniam/switchboard@latest"
]
}
}
}