Mcp-Go
MCP ServerFeaturedby Community · Added 5mo ago
Claude
8.5k
Install
See GitHub for installationQuick Setup Config
Copy & paste ready~/Library/Application Support/Claude/claude_desktop_config.json (macOS) %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"mcp-go": {
"command": "npx",
"args": [
"mcp-go"
]
}
}
}Paste into your Claude Desktop config file, then restart Claude.
About
Implements the Model Context Protocol in Go, facilitating integration between LLM applications and external data sources and tools.
Tags
API Developmentmcp-servertop-100