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
0
View on GitHub

Installation

npx -y hloiseaufcms/mcp-gopls

Configuration

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.

GitHub: https://github.com/hloiseaufcms/mcp-gopls

Need More Details?

View the complete documentation, examples, changelog, and more on GitHub

View Full Documentation on GitHub