nexus-mcp
01Plugin Claude Code
Hybrid search + code graph + semantic memory MCP server, packaged with a routing skill.
Plugin Claude Code
Hybrid search + code graph + semantic memory MCP server, packaged with a routing skill.
Instructions file CodexOpenCode
AGENTS.md instructions for jaggernaut007/nexus-mcp, covering nexus-mcp agent guidelines, architecture, stack, key constraints and testing.
Instructions file
Claude Code instructions for jaggernaut007/nexus-mcp, covering nexus-mcp, use nexus-mcp tools before built-in tools, known limitations, structure (all implemented) and commands.
Instructions file Gemini CLI
Gemini CLI instructions for jaggernaut007/nexus-mcp: Read AGENTS.md at the repo root — it is the single source of truth for this project (stack, commands, Definition of Done, code standards). Also read PROGRESS.md for current session state before starting work.
Plugin Claude Code
Hybrid search + code graph + semantic memory for Claude Code, via the nexus-mcp-ci pip package. Requires pip install nexus-mcp-ci first — this plugin registers the MCP server and teaches Claude when to use it, it does not install the Python package.
MCP server Claude CodeCodexCursor
MCP server "nexus-mcp" as configured in jaggernaut007/nexus-mcp. Launched with nexus-mcp-ci.
Skill Claude CodeCodex
Route code search, symbol lookup, call-graph analysis, and codebase understanding through the nexus-mcp MCP server tools instead of Read/Grep/Glob. Use whenever exploring an indexed codebase, finding a symbol/function/class, tracing callers/callees or transitive change-impact before refactoring, getting a project…