codeindex

maxgfr/codeindex
★ 0 stars TypeScript Code/Dev Tools Updated today
Zero-dependency repo-indexing engine: deterministic walk + symbol/import extraction (tree-sitter AST with regex fallback) + typed cross-file link-graph + analytics. One vendorable engine.mjs, CLI + MCP server included.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "codeindex": {
      "command": "npx",
      "args": [
        "-y",
        "maxgfr/codeindex"
      ]
    }
  }
}

README Excerpt

Self-contained, deterministic **repo-indexing engine**: file walking, language detection, symbol/import extraction (tree-sitter AST with a regex fallback), import resolution, a typed cross-file link-graph, and graph analytics — shipped as a single zero-dependency `engine.mjs` that consumer tools **vendor** (copy

Tools (2)

FileRecordembed_status

Topics

ai-agentscall-graphcode-indexcode-intelligencelink-graphmcpmcp-servermonoreporepo-indexingstatic-analysissymbol-extractiontree-sittertypescriptzero-dependency