Loading MCP server directory, please wait...
Indexed search, schema-checked writes and session hooks for a markdown notes vault
npx @getmcp/cli add io.github.gronare/notes-vault-mcpRequires Python 3.10+. Community-contributed server. Review source before installing.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.gronare/notes-vault-mcp": {
"command": "uvx",
"args": [
"notes-vault-mcp"
],
"env": {
"VAULT_PATH": "",
"S3_ENDPOINT": "",
"S3_ACCESS_KEY": "",
"S3_SECRET_KEY": "",
"S3_BUCKET": "",
"S3_PREFIX": "",
"S3_REGION": "us-east-1",
"VAULT_CACHE_DIR": "~/.cache/notes-vault-mcp",
"VAULT_SCHEMA": "",
"VAULT_TOKEN": "",
"VAULT_STOP_HOOK": ""
}
}
}
}