Skip to content
Claude Code

Notes Vault for Claude Code

io.github.gronare/notes-vault-mcp

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

client:Claude Code transport:stdio runtime:pypi

Install Notes Vault in Claude Code

run in your project directory

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

claude mcp add notes-vault-mcp -e VAULT_PATH=<VAULT_PATH> -e S3_ENDPOINT=<S3_ENDPOINT> -e S3_ACCESS_KEY=<S3_ACCESS_KEY> -e S3_SECRET_KEY=<S3_SECRET_KEY> -e S3_BUCKET=<S3_BUCKET> -e S3_PREFIX=<S3_PREFIX> -e S3_REGION=<S3_REGION> -e VAULT_CACHE_DIR=<VAULT_CACHE_DIR> -e VAULT_SCHEMA=<VAULT_SCHEMA> -e VAULT_TOKEN=<VAULT_TOKEN> -e VAULT_STOP_HOOK=<VAULT_STOP_HOOK> -- uvx notes-vault-mcp

Adds it for this project only. Append --scope user to make it available everywhere. Claude Code docs

Notes Vault in other clients