Skip to main content
Glama

secrets-mcp

MCP server that gives Claude Code access to your personal secrets and notes stored in a simple Markdown file (~/.secrets.md).

Install

npx secrets-mcp setup

This will:

  1. Create ~/.secrets.md if it doesn't exist

  2. Create a desktop shortcut to open it

  3. Register the MCP server globally in Claude Code

Usage

After 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

Edit your secrets

Double-click "My Secrets.bat" on your desktop, or open ~/.secrets.md in any editor.

File format

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

Manual setup

If npx secrets-mcp setup doesn't work, register manually:

claude mcp add secrets-mcp -s user -- npx -y secrets-mcp serve

How it works

  • Reads ~/.secrets.md (or $SECRETS_VAULT_PATH) on each tool call

  • Parses Markdown headings into sections

  • No encryption, no dependencies beyond the MCP SDK — just a file

Portability

To move to a new machine:

  1. Copy your ~/.secrets.md file

  2. Run npx secrets-mcp setup

License

MIT

Install Server
A
license - permissive license
A
quality
C
maintenance

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Connectors

  • Search and reason over your Obsidian-style Markdown vault, right from ChatGPT.

  • Read and write your Fresh Jots notes from Claude, Cursor, and any MCP client.

  • Search, read, and write your Apple Notes from ChatGPT/Claude via a local Mac agent + MCP relay.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/sealca/secrets-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server