Local repo context for coding assistants with semantic search and graph relationships.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.
One-click editor setup isn’t available for this listing yet — we don’t have a confirmed install command, and we’d rather show nothing than point your editor at the wrong package or host. Follow the project’s own setup instructions, linked above.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Cortex.
context.searchRanked context search across indexed entities.
context.get_relatedFetch entity relationships from the graph.
context.impactTraverse likely impact paths across config, code and SQL starting from an entity id or query.
context.get_rulesList indexed rules and optionally include inactive rules.
context.reloadReload the RyuGraph connection after updates/maintenance.
Give AI coding agents the right context from your repository.
Cortex builds a local map of your code, symbols, relationships, and project rules. Coding agents query that map through the CLI instead of guessing or reading the whole repository.
Your code stays on your machine. MCP is not required.
Requires Node.js 20.9+ and Git.
This indexes the repository, adds Cortex instructions to AGENTS.md, installs
Git hooks, and starts the background watcher.
Check the setup:
Agents can run these commands directly. cortex init adds instructions that
tell them to search before answering and check impact before refactoring. They
do not need an MCP connection.
Without Cortex, an agent often searches by filename and reads many unrelated files. Cortex gives it structured repository context:
The pipeline is local and straightforward:
| Command | Purpose |
|---|---|
cortex search "..." --json | Find relevant code and context |
cortex related <entity-id> --json | Follow relationships from a result |
cortex impact "..." --json | Estimate the blast radius of a change |
cortex rules --json | Show active repository rules |
cortex pattern-evidence <file> --json | Find nearby implementation patterns |
cortex conventions <file-or-entity> --json | Inspect bounded repository convention profiles |
cortex guidance <file-or-entity> --task <text> --json | Get bounded cited pre-coding guidance |
cortex review --diff --json | Review the current Git candidate with cited local evidence |
cortex update | Refresh changed context |
cortex status | Show index status |
cortex doctor | Diagnose the local setup |
cortex watch status | Check background synchronization |
cortex dashboard | Open the local status dashboard |
Run cortex help for the complete command list.
cortex conventions uses only the local index. It returns bounded, live-backed
version-1 profiles and does not call a model, planner, provider, or network
service. See Repository convention profiles
for the exact eligibility, limit, hashing, persistence, and safety contract.
Before implementing a code task, use cortex guidance as cited additive
context—not policy authority. Continue to use normal search, related, and
impact when needed, and never skip explicit active rules or conflicts. The
command is local-only and inspection-only; see the exact versioned contract in
Pre-coding guidance.
After coding and before finalization, use cortex review --diff. It separates
exact source-of-truth violations from heuristic local-pattern warnings and is
inspection-only. See Deterministic diff review.
Git hooks and the watcher normally update Cortex automatically.
Run cortex update manually after a large change or when results look stale.
Make lexical and graph search available first while semantic indexing continues in the background:
This mode supports macOS, Linux, and WSL. Native Windows should use normal foreground bootstrap.
Project configuration and rules are preserved. See CHANGELOG.md for version-specific notes.
The normal Cortex workflow uses the CLI. If a client explicitly requires MCP,
run cortex connect.
Cortex supports DeepSeek Harness through the V1 explicit tools and skills
integration. Cortex 2.6.0 contains and validates the integration source against
the pinned Harness 0.1.1-rc.2 release. Separate npm bundle distribution is
deferred and currently unavailable.
The bundle provides four agent-scoped tools (cortex_search,
cortex_related, cortex_impact, and cortex_rules) and five Cortex behavior
skills (change-impact, context-review, pattern-review, repo-research,
and using-cortex). Retrieval is local, repository-scoped, explicit, and
user-controlled. The integration does not automatically initialize, update,
or watch a repository.
V2 proactive/assistive retrieval remains planned and experimental; it is not included in Cortex 2.6.0. See the V1-to-V2 integration plan for details.
MIT
Factual signals from GitHub, npm, and our automated checks — not a rating.
No reviews yet — be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/cortex)<a href="https://allmcps.com/mcp/cortex"><img src="https://allmcps.com/api/badge/cortex?style=directory" alt="Cortex on AllMCPs" /></a>