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%
2 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
rsubr/gtasks-mcp
Google Tasks MCP written in Go
0 tools
go-mcp
Go library for implementing the Model Context Protocol (MCP).
0 tools
io.github.vigneshrn52/demo-mcp-server
Minimal Go MCP Server for high-performance context bridging
0 tools
io.github.csoai-org/code-reviewer-ai-mcp
code-reviewer-ai-mcp MCP server by MEOK AI Labs
0 tools

How to use

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

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