Persistent knowledge system with OWL-RL reasoning and 22 MCP tools. Local-first.
{
"mcpServers": {
"io-github-abbacusgroup-cortex": {
"command": "<see-readme>",
"args": []
}
}
}No install config available. Check the server's README for setup instructions.
Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Persistent knowledge system with OWL-RL reasoning and 22 MCP tools. Local-first.
Is it safe?
No package registry to scan.
No authentication — any process on your machine can connect.
License not specified.
Is it maintained?
Last commit 1 days ago. 2 stars.
Will it work with my client?
Transport: stdio. Works with Claude Desktop, Cursor, Claude Code, and most MCP clients.
Cognitive knowledge system with formal ontology, reasoning, and intelligence serving.
Cortex captures knowledge objects (decisions, lessons, fixes, sessions, research, ideas), classifies them with an OWL-RL ontology, discovers relationships, reasons over the graph, and serves intelligence through hybrid retrieval.


pip install abbacus-cortex[embeddings]
cortex setup
The setup wizard configures everything: LLM provider, embeddings, dashboard password, background services, and Claude Code registration.
Lightweight (no PyTorch — wizard offers to install embeddings):
pip install abbacus-cortex
cortex setup
Homebrew:
brew install abbacusgroup/tap/abbacus-cortex
cortex setup
From source:
git clone https://github.com/abbacusgroup/Cortex.git && cd Cortex
uv sync --extra embeddings
cortex setup
Docker:
docker compose up -d
For non-interactive installs (CI, scripts): cortex setup --auto uses environment variables.
cortex capture "Fix: Neo4j pool exhaustion" --type fix --content "Root cause was..."
cortex search "Neo4j"
cortex list
cortex context "Neo4j"
cortex dashboard # web UI at http://localhost:1315
cortex setup writes configuration to ~/.cortex/.env. You can also edit it directly:
CORTEX_LLM_PROVIDER=anthropic
CORTEX_LLM_MODEL=claude-sonnet-4-20250514
CORTEX_LLM_API_KEY=sk-...
CORTEX_EMBEDDING_MODEL=all-mpnet-base-v2
See .env.example for all options.
| Command | Description |
|---|---|
cortex init | Initialize data directory and stores |
cortex setup | Interactive setup wizard |
cortex install | Install background services (macOS/Linux) |
cortex uninstall | Remove background services |
cortex register | Register MCP server with Claude Code |
cortex capture | Capture a knowledge object |
cortex search | Hybrid keyword + semantic search |
cortex read | Read object in full |
cortex list | List objects with filters |
cortex status | Health and counts |
cortex context | Briefing mode (summaries) |
cortex dossier | Entity-centric intelligence brief |
cortex graph | Show object relationships |
cortex synthesize | Cross-document synthesis |
cortex entities | List resolved entities |
cortex serve | Start MCP or HTTP server |
cortex dashboard | Start web dashboard |
cortex backup | Backup data directory to archive |
cortex restore | Restore from backup archive |
cortex doctor | Diagnostics: check, unlock, logs, repair |
cortex pipeline | Re-run intelligence pipeline on an object |
cortex reason | Run advanced reasoning (contradictions, patterns, gaps) |
cortex import-v1 | Import from Cortex v1 database |
cortex import-vault | Import from Obsidian vault |
22 tools for AI agent integration. Localhost-bound HTTP exposes all; non-localhost binds expose only the public set.
Public: cortex_search, cortex_context, cortex_dossier, cortex_read, cortex_capture, cortex_link, cortex_feedback, cortex_graph, cortex_list, cortex_classify, cortex_pipeline
Admin (localhost only): cortex_status, cortex_synthesize, cortex_delete, cortex_reason, `cortex_qu
No automated test available for this server. Check the GitHub README for setup instructions.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationNo known vulnerabilities.
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Dynamic problem-solving through sequential thought chains
A Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
The official Python SDK for Model Context Protocol servers and clients
An open-source AI agent that brings the power of Gemini directly into your terminal.
MCP Security Weekly
Get CVE alerts and security updates for io.github.abbacusgroup/cortex and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.