Back to Browse

Notes Vault MCP Server

SecurityLow Risk10.0MCP RegistryLocal
Free

Server data from the Official MCP Registry

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

About

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

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (1 strong, 1 medium validity signals). No known CVEs in dependencies. Package registry verified. Imported from the Official MCP Registry. Trust signals: trusted author (4/4 approved).

4 files analyzed · 1 issue found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

file_system

Check that this permission is expected for this type of plugin.

database

Check that this permission is expected for this type of plugin.

What You'll Need

Set these up before or after installing:

Directory holding the vault. Set this or the four S3_* variables.Optional

Environment variable: VAULT_PATH

S3 or MinIO endpoint URL holding the vaultOptional

Environment variable: S3_ENDPOINT

Access key for the vault bucketRequired

Environment variable: S3_ACCESS_KEY

Secret key for the vault bucketRequired

Environment variable: S3_SECRET_KEY

Bucket holding the vaultOptional

Environment variable: S3_BUCKET

Key prefix inside the bucketOptional

Environment variable: S3_PREFIX

Region for the vault bucketOptional

Environment variable: S3_REGION

Where the SQLite index livesOptional

Environment variable: VAULT_CACHE_DIR

Local schema file overriding the one in the vaultOptional

Environment variable: VAULT_SCHEMA

Bearer token required by the streamable HTTP transportRequired

Environment variable: VAULT_TOKEN

Set to off to disable the stop hookOptional

Environment variable: VAULT_STOP_HOOK

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-gronare-notes-vault-mcp": {
      "env": {
        "S3_BUCKET": "your-s3-bucket-here",
        "S3_PREFIX": "your-s3-prefix-here",
        "S3_REGION": "your-s3-region-here",
        "VAULT_PATH": "your-vault-path-here",
        "S3_ENDPOINT": "your-s3-endpoint-here",
        "VAULT_TOKEN": "your-vault-token-here",
        "VAULT_SCHEMA": "your-vault-schema-here",
        "S3_ACCESS_KEY": "your-s3-access-key-here",
        "S3_SECRET_KEY": "your-s3-secret-key-here",
        "VAULT_CACHE_DIR": "your-vault-cache-dir-here",
        "VAULT_STOP_HOOK": "your-vault-stop-hook-here"
      },
      "args": [
        "notes-vault-mcp"
      ],
      "command": "uvx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!