Skip to content
Back to search
30
MCP

io.github.xieyuschen/gopls-mcp

io.github.xieyuschen/gopls-mcp

Semantic code analysis for Go using gopls - language-aware navigation, definitions, references

Uptime
0.0%
22 probes
Response
0ms
last probe
Tools
0
callable
Primary URL

Similar MCP servers embedding-nearest

megagrindstone/gopls-mcp
Go language server MCP integration for AI assistants. Navigate and explore Go code naturally.
0 tools
io.github.codealive-ai/codealive-mcp
Semantic code search and analysis from CodeAlive for AI assistants and agents.
0 tools
io.github.CodeAlive-AI/codealive-mcp
Semantic code search and analysis from CodeAlive for AI assistants and agents.
0 tools
Codex Gopls
Integrates the Go language server (gopls) into Codex, exposing hover, definitions, references, symbols, and diagnostics.
0 tools
io.github.neko1313/graphlens-mcp
Semantic code graph MCP server for coding agents
0 tools
io.github.lusiem/code-atlas
Multi-language code intelligence MCP server: symbols, call graphs, references, semantic search.
0 tools

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "io.github.xieyuschen/gopls-mcp": {
      "url": "None",
      "transport": "http"
    }
  }
}