AI / ML|Cloud|Database|DevOpsGo
goclaw
GoClaw is an AI agent platform that enables multi-agent orchestration.
N/A rating (0 reviews)0 installs2,225 GitHub stars
AImulti-tenantGo
GoClaw is a multi-agent AI gateway built in Go, supporting over 20 LLM providers and 7 channels. It features multi-tenant PostgreSQL, a single binary for deployment, and is production-tested for safety and performance.
Compatible with
Claude DesktopCursor
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"goclaw": {
"args": [
"-y",
"@modelcontextprotocol/server-goclaw"
],
"command": "npx"
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.