deprecated: use the official MCP sdk! (https://github.com/modelcontextprotocol/go-sdk) / ⚡ A type-safe, intuitive Go SDK for building MCP servers with ease and confidence
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"go-mcp": {
"command": "go",
"args": [
"run",
"github.com/ktr0731/go-mcp@latest"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add go-mcp go run github.com/ktr0731/go-mcp@latest
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"go-mcp": {
"command": "go",
"args": [
"run",
"github.com/ktr0731/go-mcp@latest"
]
}
}
}
📋 Copy