Submit

Local Secrets

@The Victor Collective

Store and retrieve API keys and secrets locally for Claude Code. No cloud services, no .env files scattered across projects. Secrets are stored in a SQLite database on your machine and accessed via MCP tools. Supports add, get, list, search, update, and delete operations with category organization.

Tools

Server Config

{
  "mcpServers": {
    "local-secrets": {
      "command": "npx",
      "args": [
        "-y",
        "local-secrets-mcp",
        "serve"
      ]
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.

- MCP Server