Back to MCP Servers
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-toolsgogithub
By hloiseaufcms
Installation
npx -y mcp-goplsConfiguration
{
"mcpServers": {
"mcp-gopls": {
"command": "npx",
"args": ["-y", "mcp-gopls"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes