goatlas

xdotech/goatlas
★ 33 stars Go 🤖 AI/LLM Updated 7d ago
GoAtlas: The AI-Powered Code Intelligence Engine — A server-side MCP platform that deeply indexes Go/TypeScript codebases via AST parsing, builds a Neo4j knowledge graph, and provides hybrid semantic search (BM25 + pgvector). Features process detection, community clustering, auto-generated docs, and a Gemini AI agent.
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "goatlas": {
      "command": "go",
      "args": [
        "run",
        "github.com/xdotech/goatlas@latest"
      ]
    }
  }
}