Cortex MCP Server

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.

People connecting this server to Claude, Cursor, VS Code, or another MCP client. The project is written in JavaScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-23 · ★ 17 · #93 OF 848 MAINTAINED OTHER · VERIFIED 2026-08-25

JavaScript servers · how we verify → /methodology

01 · Install Cortex

Claude Code

claude mcp add danielblomma-cortex -- npx -y @danielblomma/cortex-mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "danielblomma-cortex": {
      "command": "npx",
      "args": [
        "-y",
        "@danielblomma/cortex-mcp"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license no standard license detected - usage rights unclear; check the repo before commercial use

npm package @danielblomma/cortex-mcp - published under the repo owner's npm scope (@danielblomma)

registry namespace io.github.DanielBlomma is GitHub-verified and matches the repo owner

03 · Who maintains Cortex

cortex is maintained by danielblomma. It's the only MCP server we track from this author; the repo dates to Mar 2026.

04 · Facts

category
other - ranked #93 of 848 actively-maintained other servers as of 2026-08-25.
registry
io.github.DanielBlomma/cortex (active, first published 2026-03-03 · 2 versions)
packages
npm:@danielblomma/cortex-mcp

05 · Cortex FAQ

What is Cortex?

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.

Is Cortex still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-23. We re-verify nightly.

How do I install Cortex?

Run `npx -y @danielblomma/cortex-mcp`. You can also paste the ready-made client config above.

Does Cortex run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

06 · Alternatives to Cortex

More MCP servers to compare · Sportsdata MCP · Entra News · Pitwall - F1 Data for Claude · ZuckerBot - Meta Ads MCP Server · Datris

More JavaScript MCP servers · Hibp · Chromium Bridge · HAL · Swap Wizard · Gradus Notation · see all