symgraph

grahambrooks/symgraph
★ 6 stars Rust 💻 Code/Dev Tools Updated today
Semantic code intelligence MCP server - build knowledge graphs of codebases to enhance AI-assisted code exploration.
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": {
    "symgraph": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "symgraph"
      ]
    }
  }
}

Topics

mcp-server