go-code

anatolykoptev/go-code
★ 0 stars Go 🤖 AI/LLM Updated today
MCP server providing code intelligence tools for AI agents: AST parsing, semantic search, call graphs, dead-code detection.
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": {
    "go-code": {
      "command": "go",
      "args": [
        "run",
        "github.com/anatolykoptev/go-code@latest"
      ]
    }
  }
}

README Excerpt

Code intelligence [MCP](https://modelcontextprotocol.io/) server powered by [tree-sitter](https://tree-sitter.github.io/tree-sitter/) AST parsing. Analyzes repositories, compares implementations, traces call chains, and searches symbols across any codebase — GitHub or local. - **13 languages** — Go, Python, TypeScript/JavaScript, Rust, Java, C, C++, Ruby, C#, PHP, Svelte, Astro

Tools (19)

DATABASE_URLGITHUB_TOKENLLM_API_BASELLM_API_KEYLLM_MODELMAX_FILE_KBMAX_REPO_MBMCP_PORTREDIS_URLSEARXNG_URLWORKSPACE_DIRcall_tracecode_comparecode_graphdep_graphfile_parserepo_analyzerepo_searchsymbol_search

Topics

claude-codecode-intelligencegolangmcpmcp-servertree-sitter