Catalog
io.github.synpulse8-opensource/pulse8-ai-cortex-knowledge-vault
Officialby synpulse8-opensource · Python
Agent-native knowledge OS on Markdown: typed graph, hybrid search, and compiler over MCP.
Knowledge management system with typed graphs, hybrid search, and compilation over Markdown.
Topics
ai-agentsdockerfastapikarpathy-inspiredkarpathy-llm-wikiknowledge-baseknowledge-graphknowledge-managementllmllm-wikimarkdownmcppythonqmd
README not available yet.
Install
Configuration
Environment variables
CORTEX_VAULT_PATHrequiredAbsolute path to the Markdown vault directory the server reads and writes.
CORTEX_LLM_API_KEYsecretOptional OpenRouter (or compatible) API key. Only needed for LLM cross-referencing during compile; file conversion and search work without it.
Arguments
--fromdefault pulse8-ai-cortex-knowledge-vaultcommanddefault cortexclaude_desktop_config.json
{
"mcpServers": {
"pulse8-ai-cortex-knowledge-vault": {
"command": "uvx",
"args": [
"pulse8-ai-cortex-knowledge-vault",
"cortex"
],
"env": {
"CORTEX_VAULT_PATH": "<YOUR_CORTEX_VAULT_PATH>",
"CORTEX_LLM_API_KEY": "<YOUR_CORTEX_LLM_API_KEY>"
}
}
}
}