Skip to content
Zed

Notes Vault for Zed

io.github.gronare/notes-vault-mcp

Indexed search, schema-checked writes and session hooks for a markdown notes vault

client:Zed transport:stdio runtime:pypi

Install Notes Vault in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "notes-vault-mcp": {
      "command": "uvx",
      "args": [
        "notes-vault-mcp"
      ],
      "env": {
        "VAULT_PATH": "<VAULT_PATH>",
        "S3_ENDPOINT": "<S3_ENDPOINT>",
        "S3_ACCESS_KEY": "<S3_ACCESS_KEY>",
        "S3_SECRET_KEY": "<S3_SECRET_KEY>",
        "S3_BUCKET": "<S3_BUCKET>",
        "S3_PREFIX": "<S3_PREFIX>",
        "S3_REGION": "<S3_REGION>",
        "VAULT_CACHE_DIR": "<VAULT_CACHE_DIR>",
        "VAULT_SCHEMA": "<VAULT_SCHEMA>",
        "VAULT_TOKEN": "<VAULT_TOKEN>",
        "VAULT_STOP_HOOK": "<VAULT_STOP_HOOK>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

Notes Vault in other clients