seekrit (local crypto plane) for Claude Code
dev.seekrit/mcp
Zero-knowledge secrets manager — local crypto-plane MCP server: decrypts and injects secrets.
client:Claude Code
transport:stdio
runtime:npm
Install seekrit (local crypto plane) in Claude Code
run in your project directory
claude mcp add mcp -e SEEKRIT_CLIENT_ID=<SEEKRIT_CLIENT_ID> -e SEEKRIT_CLIENT_SECRET=<SEEKRIT_CLIENT_SECRET> -e SEEKRIT_TOKEN=<SEEKRIT_TOKEN> -e SEEKRIT_PASSPHRASE=<SEEKRIT_PASSPHRASE> -e SEEKRIT_API_URL=<SEEKRIT_API_URL> -- npx -y @seekrit/mcp
Adds it for this project only. Append --scope user to make it available everywhere. Claude Code docs