Agent-native knowledge OS on Markdown: typed graph, hybrid search, and compiler over MCP.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
The open-source knowledge layer for AI agents
Knowledge that compounds.
PULSE8.ai Cortex is the open-source knowledge layer for AI agents: Git-native memory, a typed knowledge graph, and MCP-powered retrieval on top of plain Markdown β so agents can build, evolve, and reuse persistent knowledge instead of re-deriving it on every query.
Under the hood it's a unified vault for AI agents and humans, backed by a typed knowledge graph, full-text + hybrid search, and a MarkItDown-powered file compiler. Drop files in (PDF, DOCX, PPTX, XLSX, HTML, images, and more), let agents read, write, search, link, and compile knowledge β no database required.
Inspired by Andrej Karpathy's LLM Wiki pattern β a persistent, compounding knowledge base maintained by LLMs instead of re-derived on every query. Search powered by Tobi LΓΌtke's QMD.
Most AI agents can access tools, but they cannot accumulate knowledge.
Traditional RAG systems retrieve documents. PULSE8.ai Cortex builds a persistent, evolving knowledge layer that grows over time and becomes more valuable the more agents and humans interact with it.
With PULSE8.ai Cortex, agents can:
note, agent_def, session, daily, feedback)vault_context builds a ranked subgraph from any seed query| Aspect | Traditional RAG | PULSE8.ai Cortex |
|---|---|---|
| Focus | Documents | Knowledge |
| Memory | Session-based | Persistent |
| Structure | Chunks | Markdown + typed graph |
| Evolution | Static index | Continuous, file-watched |
| Versioning | None | Git-native |
| Agent collaboration | Limited | First-class (MCP) |
| Capability | PULSE8.ai Cortex | Traditional RAG | GraphRAG |
|---|---|---|---|
| Persistent knowledge | β | β | β οΈ |
| Markdown-native storage | β | β | β |
| MCP-compatible out of the box | β | β | β |
| Knowledge graph | β | β | β |
| Git versioning | β | β | β |
| Agent memory layer | β | β | β οΈ |
| Human + AI collaboration | β | β | β οΈ |
| Continuous knowledge evolution | β | β | β οΈ |
| Zero database required | β | β | β |
PULSE8.ai Cortex speaks MCP β so it plugs into any AI client that does. The same vault is reachable over streamable HTTP or stdio, and mirrored 1:1 by a REST API at /api/v1/.
| Category | Compatible with |
|---|---|
| AI agents | Claude Desktop, Claude Code, OpenAI Agents, Gemini, custom agent frameworks |
| Development tools | Cursor, VS Code, JetBrains IDEs |
| Agent frameworks | LangGraph, LangChain, CrewAI, AutoGen |
| MCP ecosystem | MCP clients, MCP servers, MCP tool registries |
| Human tools | Obsidian, any Markdown editor, any Git client |
Because the vault is just files, humans and agents collaborate on the same knowledge β no proprietary format, no lock-in.
[!NOTE] PULSE8.ai Cortex requires Docker. An OpenRouter API key is optional β needed only for LLM-powered cross-referencing between wiki articles. File conversion works out of the box without any API key.
3. Connect your MCP client (e.g. Claude Desktop) to http://localhost:8420/mcp/.
To stop: ./scripts/stop.sh
Docker Desktop on macOS cannot expose the Metal GPU to containers, so containerized QMD embeds on CPU only β over an order of magnitude slower on non-trivial vaults. Run QMD natively instead; the qmd binary uses Metal automatically:
The QMD daemon's pid and log are kept in .qmd-native.pid / .qmd-native.log. To stop both: ./scripts/stop.sh --native-qmd (a plain ./scripts/stop.sh also cleans up a native QMD if one is running).
If you manage QMD yourself (already running elsewhere), start only the Cortex container:
To stop: ./scripts/stop.sh --cortex-only
For production deployments with NVIDIA GPU acceleration:
See docs/ec2-gpu-setup.md for a full guide on instance selection, NVIDIA toolkit installation, and cost estimates.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/pulse8-ai-cortex-knowledge-vault)<a href="https://allmcps.com/mcp/pulse8-ai-cortex-knowledge-vault"><img src="https://allmcps.com/api/badge/pulse8-ai-cortex-knowledge-vault?style=directory" alt="Pulse8 AI Cortex Knowledge Vault on AllMCPs" /></a>