MCP server for golang projects development: Expand AI Code Agent ability boundary to have a semantic understanding and determinisic information for golang projects.
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": {
"gopls-mcp": {
"command": "go",
"args": [
"run",
"github.com/xieyuschen/gopls-mcp@latest"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add gopls-mcp go run github.com/xieyuschen/gopls-mcp@latest
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"gopls-mcp": {
"command": "go",
"args": [
"run",
"github.com/xieyuschen/gopls-mcp@latest"
]
}
}
}
📋 Copy