Skip to main content
Developer ToolsGo

hloiseaufcms/mcp-gopls

A MCP server for interacting with [Go's Language Server Protocol (gopls)](https://github.com/golang/tools/tree/master/gopls) and benefit from advanced Go code analysis features.

developer-toolslocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/hloiseaufcms/mcp-gopls

Claude Desktop configuration example:

{
  "mcpServers": {
    "mcp-gopls": {
      "command": "npx",
      "args": [
        "-y",
        "hloiseaufcms/mcp-gopls"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Developer Tools
Language
Go
Author
hloiseaufcms