developer tools
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.
local
rust
developer tools
Installation
npx -y hloiseaufcms/mcp-goplsConfiguration
Add this to your Copilot settings (Settings → Features → MCP → Add New MCP Server):
{
"name": "mcp-gopls",
"command": "npx",
"args": [
"-y",
"hloiseaufcms/mcp-gopls"
]
}About This MCP Server
hloiseaufcms/mcp-gopls
A MCP server for interacting with Go's Language Server Protocol (gopls) and benefit from advanced Go code analysis features.
Need More Details?
View the complete documentation, examples, changelog, and more on GitHub
View Full Documentation on GitHub