mcp-gopls

hloiseau/mcp-gopls
★ 72 stars Go 🤖 AI/LLM Updated 1mo ago
Model Context Protocol (MCP) server for Go using gopls – LSP-powered analysis, tests, coverage, and tooling.
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": {
    "mcp-gopls": {
      "command": "go",
      "args": [
        "run",
        "github.com/hloiseau/mcp-gopls@latest"
      ]
    }
  }
}

Topics

ai-agentsai-toolsdeveloper-toolsgogolanggoplslspmcpmodel-context-protocol