gzoonet/cortex
[](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
Configuration
{
"mcpServers": {
"gzoonet-cortex": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-gzoonet-cortex"
],
"env": {}
}
}
}