Skip to content
MCP Server Community By @gzoonet

gzoonet/cortex

[![gzoo-cortex MCP server](https://glama.ai/mcp/servers/@gzoonet/gzoo-cortex/badges/score.svg)](https://glama.ai/mcp/servers/@gzoonet/gzoo-cortex) πŸ“‡ 🏠 - 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.

New to MCP? Copy the config below, then follow the Claude Desktop / Cursor steps.

Install guide β†’
Connected Apps: gzoonet/cortex Claude Desktop

Installation Guide

Run command: npx -y @modelcontextprotocol/server-gzoonet-cortex

Detailed Documentation

gzoo-cortex MCP server πŸ“‡ 🏠 - 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.

Configuration

{
  "mcpServers": {
    "gzoonet-cortex": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-gzoonet-cortex"
      ],
      "env": {}
    }
  }
}