Skip to content
Cursor

seekrit (local crypto plane) for Cursor

dev.seekrit/mcp

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

client:Cursor transport:stdio runtime:npm

Install seekrit (local crypto plane) in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

{
  "mcpServers": {
    "mcp": {
      "type": "stdio",
      "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>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

seekrit (local crypto plane) in other clients