codegraph

JohnXu22786/codegraph
★ 0 stars Python Database Updated 2d ago
Code knowledge graph plugin for agent harnesses (dsh): indexes symbols, call sites and imports into SQLite, answers call/dependency questions via CLI or stdio MCP tool server
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": {
    "codegraph": {
      "command": "uvx",
      "args": [
        "codegraph"
      ]
    }
  }
}

Or install with pip: pip install codegraph

README Excerpt

A code knowledge graph plugin: parses a codebase into a queryable index, so agents can answer structural questions like "who calls this function" or "what does this module depend on". Good for quickly understanding large codebases, or as a risk-screening tool before making changes. Self-contained implementation: Python standard library + SQLite, no mandatory third-party dependencies. Ships a CLI, a Python API, and a stdio tool server (MCP-style JSON-RPC 2.0) that any plugin-based harness can loa

Tools (17)

calleescallersdeepdependentsdepsengineexcludeimpactincludeinitlanguage_mapmax_file_kboverviewreindexsearchservestatus

Topics

deepseek-harnessdshdsh-plugin
📊
Working with market or time-series data?
The Polymarket Historical Dataset — 18.5M+ price snapshots across 18,600+ prediction markets (CSV + SQLite). Built for backtesting & ML.
View dataset →