mcp standardnotes for Grok
io.github.lozit/mcp-standardnotes
End-to-end encrypted access to a Standard Notes vault (protocol 004, local stdio only).
client:Grok
transport:stdio
runtime:npm
Install mcp standardnotes in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"mcp-standardnotes": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-standardnotes"
],
"env": {
"SN_EMAIL": "<SN_EMAIL>",
"SN_SERVER_URL": "<SN_SERVER_URL>",
"SN_CERT_FINGERPRINT": "<SN_CERT_FINGERPRINT>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs