pulse8 ai cortex knowledge vault for Grok
io.github.synpulse8-opensource/pulse8-ai-cortex-knowledge-vault
Agent-native knowledge OS on Markdown: typed graph, hybrid search, and compiler over MCP.
client:Grok
transport:stdio
runtime:pypi
Install pulse8 ai cortex knowledge vault in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"pulse8-ai-cortex-knowledge-vault": {
"type": "stdio",
"command": "uvx",
"args": [
"pulse8-ai-cortex-knowledge-vault"
],
"env": {
"CORTEX_VAULT_PATH": "<CORTEX_VAULT_PATH>",
"CORTEX_LLM_API_KEY": "<CORTEX_LLM_API_KEY>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs