gzoonet/cortex
🔌 MCP Servergzoonet
Local-first knowledge graph that extracts entities from your code via LLMs.
Cortex is a local-first knowledge graph tool designed for developers. It continuously monitors project files, leverages large language models (LLMs) to identify entities and their relationships, and constructs a persistent knowledge graph stored locally. The graph can be explored via a web dashboard or command-line interface. As an MCP server, Cortex exposes four tools: get_status (check server health), list_projects (enumerate watched projects), find_entity (search for specific entities across projects), and query_cortex (run natural language queries against the graph). It prioritizes privacy by keeping all data on-premises and supports real-time updates as files change.
💡Highlights
- ├─Local-first, private knowledge graph
- ├─4 MCP tools for querying entities
- └─LLM-driven entity extraction from code
🎯For
- ├─Developers
- ├─Technical Leads
- └─AI Engineers