Loading MCP server directory, please wait...
Zero-knowledge secrets manager — local crypto-plane MCP server: decrypts and injects secrets.
npx @getmcp/cli add dev.seekrit/mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"dev.seekrit/mcp": {
"command": "npx",
"args": [
"-y",
"@seekrit/mcp"
],
"env": {
"SEEKRIT_CLIENT_ID": "",
"SEEKRIT_CLIENT_SECRET": "",
"SEEKRIT_TOKEN": "",
"SEEKRIT_PASSPHRASE": "",
"SEEKRIT_API_URL": ""
}
}
}
}