Loading MCP server directory, please wait...
MCP server for Obsidian vaults — search, memory, link graph, 23 tools, OAuth-protected.
npx @getmcp/cli add io.github.aliasunder/vault-cortexRequires Docker Engine. Community-contributed server. Review source before installing.
MCP_AUTH_TOKENBearer token for MCP client authentication. Must match the Authorization header sent by clients. Generate with: openssl rand -hex 32
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.aliasunder/vault-cortex": {
"command": "docker",
"args": [
"8000:8000",
"{VAULT_PATH}:/vault:rw",
"vault-cortex-data:/data",
"run",
"-i",
"--rm",
"-e",
"MCP_AUTH_TOKEN",
"-e",
"PUBLIC_URL",
"-e",
"MEMORY_DIR",
"-e",
"TZ",
"-e",
"LOG_LEVEL",
"-e",
"LOG_DIR",
"-e",
"LOG_RETENTION_DAYS",
"-e",
"PROTECTED_PATHS",
"-e",
"ORPHAN_EXCLUDE_FOLDERS",
"-e",
"SERVICE_DOCUMENTATION_URL",
"ghcr.io/aliasunder/vault-mcp:0.15.4"
],
"env": {
"MCP_AUTH_TOKEN": "",
"PUBLIC_URL": "http://localhost:8000",
"MEMORY_DIR": "About Me",
"TZ": "UTC",
"LOG_LEVEL": "info",
"LOG_DIR": "",
"LOG_RETENTION_DAYS": "30",
"PROTECTED_PATHS": "",
"ORPHAN_EXCLUDE_FOLDERS": "",
"SERVICE_DOCUMENTATION_URL": "https://github.com/aliasunder/vault-cortex"
}
}
}
}Ephemeral data sandbox for AI workflows with guardrails and security
AI knowledge graph for architecture, portfolio, and digital strategy management.
Built-in MCP server for ArcadeDB multi-model database (graph, document, vector, time-series)
Structured failure knowledge for AI agents — dead ends, workarounds, error chains