Go LSP (gopls) Configuration
MCP ServersLSP server configuration for Go development — code intelligence, diagnostics, refactoring, and workspace support via gopls.
1803/26/2026
Version 1
PublishedInitial version
Created 3/26/2026
Initial version — no previous version to compare
MCP Server Implementation
{
"lspServers": {
"go": {
"command": "gopls",
"args": ["serve"],
"extensionToLanguage": {
".go": "go"
}
}
}
}