mcp standardnotes for Zed
io.github.lozit/mcp-standardnotes
End-to-end encrypted access to a Standard Notes vault (protocol 004, local stdio only).
client:Zed
transport:stdio
runtime:npm
Install mcp standardnotes in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"mcp-standardnotes": {
"command": "npx",
"args": [
"-y",
"mcp-standardnotes"
],
"env": {
"SN_EMAIL": "<SN_EMAIL>",
"SN_SERVER_URL": "<SN_SERVER_URL>",
"SN_CERT_FINGERPRINT": "<SN_CERT_FINGERPRINT>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs