Releases: jaggernaut007/nexus-mcp
Releases · jaggernaut007/nexus-mcp
Release list
v2.0.0
v0.1.1
Maintenance release: enhanced tool metadata, updated Glama badges, and fixed Python 3.14 build compatibility.
v0.1.0 — Initial 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.shAdd to Claude Code
claude mcp add nexus-mcp -- nexus-mcp