codingest

kkollsga/codingest
★ 0 stars Rust Code/Dev Tools Updated today
Polyglot code-graph builder for kglite knowledge graphs: 14-language tree-sitter parsing, CLI, MCP server, Python wheel
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": {
    "codingest": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "codingest"
      ]
    }
  }
}