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.
Quick Start
Clone the repository:
git clone https://github.com/hloiseaufcms/mcp-goplsClaude Desktop configuration example:
{
"mcpServers": {
"mcp-gopls": {
"command": "npx",
"args": [
"-y",
"hloiseaufcms/mcp-gopls"
]
}
}
}Check the repository README for specific installation and configuration instructions.