Yantrio/mcp-gopls
Go language server (gopls) wrapped as an MCP server for AI-powered code assistance in Claude and other MCP-compatible tools
Platform-specific configuration:
{
"mcpServers": {
"mcp-gopls": {
"command": "npx",
"args": [
"-y",
"mcp-gopls"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...