MCP Servers

A collection of Model Context Protocol servers, templates, tools and more.

The essential MCP server for Go language: Exposing compiler-grade semantics to AI Agents and LLM for deterministic code analysis and minimal token usage.

Created 1/31/2026
Updated 2 days ago
Repository documentation and setup instructions

gopls-mcp

Give your AI Agent the compiler's brain, not a text searcher.

Documentation: https://gopls-mcp.org.

gopls-mcp delivers lightning-fast, language-level analysis directly to your LLM. Unlike standard retrieval tools that flood the context window with irrelevant text, this tool performs surgical code navigation.

By providing only the scientifically accurate definitions and references, it maximizes your model's attention span and keeps the reasoning chain pure. Zero noise, absolute structural accuracy, and instant response times.

Disclaimer: gopls-mcp is a hardfork of gopls and is a community-driven project. It is not an official Go team product and is not affiliated with or endorsed by Google LLC. This project is licensed under the same BSD license as its upstream source.

Quick Setup
Installation guide for this server

Installation Command (package not published)

git clone https://github.com/xieyuschen/gopls-mcp
Manual Installation: Please check the README for detailed setup instructions and any additional dependencies required.

Cursor configuration (mcp.json)

{ "mcpServers": { "xieyuschen-gopls-mcp": { "command": "git", "args": [ "clone", "https://github.com/xieyuschen/gopls-mcp" ] } } }