beta

Go LSP (gopls) Configuration

MCP Servers

LSP server configuration for Go development — code intelligence, diagnostics, refactoring, and workspace support via gopls.

1803/26/2026

Version 1

Published

Initial version

Created 3/26/2026

Initial version — no previous version to compare

MCP Server Implementation
{
  "lspServers": {
    "go": {
      "command": "gopls",
      "args": ["serve"],
      "extensionToLanguage": {
        ".go": "go"
      }
    }
  }
}