Notes Vault for Cursor
io.github.gronare/notes-vault-mcp
Indexed search, schema-checked writes and session hooks for a markdown notes vault
client:Cursor
transport:stdio
runtime:pypi
Install Notes Vault in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"notes-vault-mcp": {
"type": "stdio",
"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>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs