Odel
Vault Cortex

Vault Cortex

Local
@aliasunder16TypeScriptMITUpdated Today

Standalone MCP server for Obsidian vaults — hybrid search, notes & files, memory, tasks, OAuth 2.1

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

Dockerghcr.io/aliasunder/vault-cortex:0.49.0

Run

docker run -i --rm ghcr.io/aliasunder/vault-cortex:0.49.0

MCP client config

{
  "mcpServers": {
    "vault-cortex": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/aliasunder/vault-cortex:0.49.0"
      ]
    }
  }
}