Loading MCP server directory, please wait...
Standalone MCP server for Obsidian vaults — hybrid search, notes, memory, tasks, OAuth 2.1.
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",
"EMBEDDING_ENABLED",
"-e",
"RERANK_MODE",
"-e",
"WINDOWS_MODE",
"-e",
"MEMORY_ENABLED",
"-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",
"-e",
"MAX_ASSET_BYTES",
"-e",
"MAX_IMAGE_OUTPUT_BYTES",
"-e",
"MAX_PDF_RENDER_PAGES",
"ghcr.io/aliasunder/vault-cortex:0.31.0"
],
"env": {
"MCP_AUTH_TOKEN": "",
"PUBLIC_URL": "http://localhost:8000",
"EMBEDDING_ENABLED": "true",
"RERANK_MODE": "blended",
"WINDOWS_MODE": "false",
"MEMORY_ENABLED": "true",
"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",
"MAX_ASSET_BYTES": "52428800",
"MAX_IMAGE_OUTPUT_BYTES": "49152",
"MAX_PDF_RENDER_PAGES": "5"
}
}
}
}Ephemeral data sandbox for AI workflows with guardrails and security
Deploy files, sites, and Dockerfile apps to live URLs + private drives for agent memory.
Rust MCP server and CLI for Arcane Docker and container management.
Rust MCP server for homelab logs, syslog, Docker logs, FTS search, and AI transcript correlation.