pulse8 ai cortex knowledge vault for Zed
io.github.synpulse8-opensource/pulse8-ai-cortex-knowledge-vault
Agent-native knowledge OS on Markdown: typed graph, hybrid search, and compiler over MCP.
client:Zed
transport:stdio
runtime:pypi
Install pulse8 ai cortex knowledge vault in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"pulse8-ai-cortex-knowledge-vault": {
"command": "uvx",
"args": [
"pulse8-ai-cortex-knowledge-vault"
],
"env": {
"CORTEX_VAULT_PATH": "<CORTEX_VAULT_PATH>",
"CORTEX_LLM_API_KEY": "<CORTEX_LLM_API_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs