Submit

Gopls

@Yantrio

An MCP (Model Context Protocol) server that wraps gopls to provide Go language server features.

Tools

Server Config

{
  "mcpServers": {
    "mcp-gopls": {
      "command": "mcp-gopls",
      "args": [
        "-workspace",
        "/path/to/your/go/project"
      ]
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.