A Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
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-go": {
"command": "go",
"args": [
"run",
"github.com/mark3labs/mcp-go@latest"
]
}
}
}
Run in terminal:
claude mcp add mcp-go go run github.com/mark3labs/mcp-go@latest
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-go": {
"command": "go",
"args": [
"run",
"github.com/mark3labs/mcp-go@latest"
]
}
}
}