Skip to content
Cline

Notes Vault for Cline

io.github.gronare/notes-vault-mcp

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

client:Cline transport:stdio runtime:pypi

Install Notes Vault in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

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

{
  "mcpServers": {
    "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>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

Notes Vault in other clients