seekrit (local crypto plane) for Zed
dev.seekrit/mcp
Zero-knowledge secrets manager — local crypto-plane MCP server: decrypts and injects secrets.
client:Zed
transport:stdio
runtime:npm
Install seekrit (local crypto plane) in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"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>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs