Skip to content
Cline

seekrit (local crypto plane) for Cline

dev.seekrit/mcp

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

client:Cline transport:stdio runtime:npm

Install seekrit (local crypto plane) in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.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>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

seekrit (local crypto plane) in other clients