goscope-mcp

pageton/goscope-mcp
★ 0 stars Go 💻 Code/Dev Tools Updated 2d ago
Go-native code intelligence MCP server and CLI for AI coding agents
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "goscope-mcp": {
      "command": "go",
      "args": [
        "run",
        "github.com/pageton/goscope-mcp@latest"
      ]
    }
  }
}

README Excerpt

Go-native code intelligence MCP server and CLI for AI coding agents. GoScope indexes Go projects using AST parsing, stores structured data in SQLite, and provides compact context for LLMs via MCP tools and a CLI. It integrates with the Go toolchain (`go doc`, `go list`, `go test`) for precise semantic information and minimizes token usage through compact output modes.

Tools (4)

compactinclude_sourcemax_charsmax_results