Write Model Context Protocol servers in few lines of go code. Docs at https://mcpgolang.com . Created by https://metoro.io
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-golang": {
"command": "go",
"args": [
"run",
"github.com/metoro-io/mcp-golang@latest"
]
}
}
}
Run in terminal:
claude mcp add mcp-golang go run github.com/metoro-io/mcp-golang@latest
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-golang": {
"command": "go",
"args": [
"run",
"github.com/metoro-io/mcp-golang@latest"
]
}
}
}