groundgraph

kyanosq/groundgraph
★ 0 stars Rust Code/Dev Tools Updated today
Evidence-backed context graph and MCP server for AI coding agents
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": {
    "groundgraph": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "groundgraph"
      ]
    }
  }
}

README Excerpt

<div align="center"> **A non-invasive *intent layer* for AI-assisted coding.** GroundGraph builds an evidence-linked graph of your codebase — connecting requirements, docs, tests and code — so AI agents (and humans) get *grounded* context instead of guesses. It never touches your source: everything lives under the GroundGraph workspace directory `.groundgraph/`.

Tools (1)

PATH

Topics

ai-agentscode-intelligencemcpruststatic-analysis