mcp standardnotes for Windsurf
io.github.lozit/mcp-standardnotes
End-to-end encrypted access to a Standard Notes vault (protocol 004, local stdio only).
client:Windsurf
transport:stdio
runtime:npm
Install mcp standardnotes in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"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>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs