codesynapt

wing1008/codesynapt
★ 0 stars JavaScript AI/LLM Updated 2d ago
MCP-native code graph for AI agents — see blast radius live. 3D visualizer + CLI + MCP server, one package.
View on GitHub → Try with Claude — $10 free →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "codesynapt": {
      "command": "npx",
      "args": [
        "-y",
        "wing1008/codesynapt"
      ]
    }
  }
}

README Excerpt

> **MCP-native code graph for AI agents — see blast radius live.** > The dependency map Claude Code / Cursor / any MCP agent should be > reading before it edits your code. Live-updating (~0.4 s after a > save), no re-indexing, no cloud. Same scanner ships as MCP server > (11 `cs_*` tools: 8 file-level + 3 symbol-level), CLI (`cs`), and a 3D desktop window that