Odel
cortex

cortex

Local
@danielblomma18JavaScriptUpdated Today

Local repo context for coding assistants with semantic search and graph relationships.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@danielblomma/cortex-mcpv0.4.2

Run

npx -y @danielblomma/cortex-mcp

MCP client config

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