Skip to content
Claude Desktop

seekrit (local crypto plane) for Claude Desktop

dev.seekrit/mcp

Zero-knowledge secrets manager — local crypto-plane MCP server: decrypts and injects secrets.

client:Claude Desktop transport:stdio runtime:npm

Install seekrit (local crypto plane) in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@seekrit/mcp"
      ],
      "env": {
        "SEEKRIT_CLIENT_ID": "<SEEKRIT_CLIENT_ID>",
        "SEEKRIT_CLIENT_SECRET": "<SEEKRIT_CLIENT_SECRET>",
        "SEEKRIT_TOKEN": "<SEEKRIT_TOKEN>",
        "SEEKRIT_PASSPHRASE": "<SEEKRIT_PASSPHRASE>",
        "SEEKRIT_API_URL": "<SEEKRIT_API_URL>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

seekrit (local crypto plane) in other clients