Nexus

noplannomercy/Nexus
★ 0 stars Python 🔌 API Integration Updated today
Codebase knowledge graph service — Apache AGE + FastAPI REST + MCP SSE server
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": {
    "nexus": {
      "command": "uvx",
      "args": [
        "nexus"
      ]
    }
  }
}

Or install with pip: pip install nexus

README Excerpt

Codebase knowledge graph service. Serves [graphify](https://github.com/safishamsi/graphify) output as REST API and MCP SSE — no database required. - Loads `graph.json` (graphify output) into memory at startup - **REST API** (FastAPI, port 8005) — query nodes, neighbors, communities, shortest paths, keyword search

Tools (5)

API_KEYAPI_PORTGRAPH_JSON_PATHMCP_PORTSOURCE_DIR