gnapsis

e7nd7r/gnapsis
★ 5 stars Rust 🗄️ Database Updated 2mo ago
Code intelligence graph - MCP server for knowledge management with Neo4j
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": {
    "gnapsis": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "gnapsis"
      ]
    }
  }
}