gopls-mcp

xieyuschen/gopls-mcp
★ 53 stars Go 🤖 AI/LLM Updated 26d ago
MCP server for golang projects development: Expand AI Code Agent ability boundary to have a semantic understanding and determinisic information for golang projects.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "gopls-mcp": {
      "command": "go",
      "args": [
        "run",
        "github.com/xieyuschen/gopls-mcp@latest"
      ]
    }
  }
}

Topics

ai-agentclaude-codecodexgeminigogolangmcp-serverstatic-analysis