io.github.synpulse8-opensource/pulse8-ai-cortex-knowledge-vault MCP Server
io.github.synpulse8-opensource/pulse8-ai-cortex-knowledge-vault
What is the io.github.synpulse8-opensource/pulse8-ai-cortex-knowledge-vault MCP server?
Agent-native knowledge OS on Markdown: typed graph, hybrid search, and compiler over MCP.
How to install io.github.synpulse8-opensource/pulse8-ai-cortex-knowledge-vault
Copy-paste configuration for popular MCP clients.
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.
{
"mcpServers": {
"pulse8-ai-cortex-knowledge-vault": {
"command": "uvx",
"args": [
"pulse8-ai-cortex-knowledge-vault",
"--from",
"pulse8-ai-cortex-knowledge-vault",
"cortex"
],
"env": {
"CORTEX_VAULT_PATH": "<YOUR_CORTEX_VAULT_PATH>",
"CORTEX_LLM_API_KEY": "<YOUR_CORTEX_LLM_API_KEY>"
}
}
}
}{
"mcpServers": {
"pulse8-ai-cortex-knowledge-vault": {
"command": "uvx",
"args": [
"pulse8-ai-cortex-knowledge-vault",
"--from",
"pulse8-ai-cortex-knowledge-vault",
"cortex"
],
"env": {
"CORTEX_VAULT_PATH": "<YOUR_CORTEX_VAULT_PATH>",
"CORTEX_LLM_API_KEY": "<YOUR_CORTEX_LLM_API_KEY>"
}
}
}
}{
"mcpServers": {
"pulse8-ai-cortex-knowledge-vault": {
"command": "uvx",
"args": [
"pulse8-ai-cortex-knowledge-vault",
"--from",
"pulse8-ai-cortex-knowledge-vault",
"cortex"
],
"env": {
"CORTEX_VAULT_PATH": "<YOUR_CORTEX_VAULT_PATH>",
"CORTEX_LLM_API_KEY": "<YOUR_CORTEX_LLM_API_KEY>"
}
}
}
}{
"servers": {
"pulse8-ai-cortex-knowledge-vault": {
"type": "stdio",
"command": "uvx",
"args": [
"pulse8-ai-cortex-knowledge-vault",
"--from",
"pulse8-ai-cortex-knowledge-vault",
"cortex"
],
"env": {
"CORTEX_VAULT_PATH": "<YOUR_CORTEX_VAULT_PATH>",
"CORTEX_LLM_API_KEY": "<YOUR_CORTEX_LLM_API_KEY>"
}
}
}
}claude mcp add pulse8-ai-cortex-knowledge-vault --env CORTEX_VAULT_PATH=<YOUR_CORTEX_VAULT_PATH> --env CORTEX_LLM_API_KEY=<YOUR_CORTEX_LLM_API_KEY> -- uvx pulse8-ai-cortex-knowledge-vault --from pulse8-ai-cortex-knowledge-vault cortexRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.