MCP Directory

gzoonet/cortex

GitHub
Other

Local-first knowledge graph for developers. Watches project files, extracts entities and relationships via LLMs, builds a queryable knowledge graph with web dashboard and CLI. Provides 4 MCP tools: get_status, list_projects, find_entity, query_cortex.

Direct install

Run the underlying MCP server directly — without Agent-CoreX routing.

npx -y cortex

Use with Agent-CoreX

Agent-CoreX intelligently routes which tools from gzoonet/cortex your AI agent actually needs per request — reducing token usage and cost.

agent-corex.json

{
  "mcpServers": {
    "cortex": {
      "command": "npx",
      "args": [
        "-y",
        "cortex"
      ]
    }
  }
}

Route gzoonet/cortex intelligently

Connect in 2 minutes. Only pay for the tools your agent actually uses.

Installation Guide

Use with Agent-CoreX

Recommended: intelligent tool routing, lower costs

uvx agent-corex mcp add cortex

Agent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.

Direct Install

Use gzoonet/cortex directly without routing

npx -y cortex

New to Agent-CoreX? View setup guide →

gzoonet/cortex MCP Server — Agent-CoreX