loading…
Search for a command to run...
loading…
Provides Claude Code with access to personal secrets and notes stored in a local Markdown file. It enables users to list, search, retrieve, and update secret se
Provides Claude Code with access to personal secrets and notes stored in a local Markdown file. It enables users to list, search, retrieve, and update secret sections through natural language commands.
MCP server that gives Claude Code access to your personal secrets and notes stored in a simple Markdown file (~/.secrets.md).
npx secrets-mcp setup
This will:
~/.secrets.md if it doesn't existAfter setup, Claude Code can access your secrets from any project using these tools:
| Tool | Description |
|---|---|
list_sections |
List all section titles |
get_section |
Get a section by title |
search_secrets |
Search by keyword |
upsert_section |
Add or update a section |
delete_section |
Delete a section |
Double-click "My Secrets.bat" on your desktop, or open ~/.secrets.md in any editor.
Your ~/.secrets.md is standard Markdown with sections:
# My Secrets
## AWS
- Access Key: AKIA...
- Secret Key: wJalr...
- Region: us-east-1
## Database
- Host: db.example.com
- Password: hunter2
If npx secrets-mcp setup doesn't work, register manually:
claude mcp add secrets-mcp -s user -- npx -y secrets-mcp serve
~/.secrets.md (or $SECRETS_VAULT_PATH) on each tool callTo move to a new machine:
~/.secrets.md filenpx secrets-mcp setupMIT
Run in your terminal:
claude mcp add secrets-mcp -- npx CSA PROJECT - FZCO © 2026 IFZA Business Park, DDP, Premises Number 31174 - 001
Security
Low riskAutomated heuristic from public metadata — not a security guarantee.