Skip to content

v0.1.0 — Initial Release

Choose a tag to compare

@jaggernaut007 jaggernaut007 released this 13 Mar 11:21
· 39 commits to main since this release

Nexus-MCP v0.1.0

Unified MCP server with hybrid search + code graph + semantic memory.

Highlights

  • 15 tools in one process: search, graph, analysis, memory, overview, architecture
  • Hybrid search: vector (ONNX embeddings) + BM25 + code graph with RRF fusion
  • Code graph: callers, callees, impact analysis via rustworkx
  • Semantic memory: persistent cross-session memory with TTL
  • <350MB RAM, fully local, no API keys
  • 25+ languages via dual parsing (tree-sitter + ast-grep)
  • Token budgeting: 70-90% reduction vs manual file browsing

Install

pip install nexus-mcp-ci
# or
git clone https://github.com/jaggernaut007/Nexus-MCP && cd Nexus-MCP && ./setup.sh

Add to Claude Code

claude mcp add nexus-mcp -- nexus-mcp