tsg_indexer

entrepeneur4lyf/tsg_indexer
★ 12 stars Rust 💻 Code/Dev Tools Updated 1mo ago
A library for indexing code repositories using Tree-sitter Stack Graphs, designed to be used in MCP servers and other tools.
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": {
    "tsg_indexer": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "tsg_indexer"
      ]
    }
  }
}