enigmagent mcp for Zed
io.github.agnuxo1/enigmagent-mcp
Local AES-256-GCM vault for AI agents. Secrets stay local, LLMs never see real API keys.
client:Zed
transport:stdio
runtime:npm
Install enigmagent mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"enigmagent-mcp": {
"command": "npx",
"args": [
"-y",
"enigmagent-mcp"
],
"env": {
"VAULT_PASSWORD": "<VAULT_PASSWORD>",
"VAULT_PATH": "<VAULT_PATH>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs