Volta Notes for Gemini CLI
io.github.iamredmh/volta-mcp-server
Burn-after-read encrypted notes. E2E encrypted, decentralised on the Internet Computer.
client:Gemini CLI
transport:stdio
runtime:npm
Install Volta Notes in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"volta-mcp-server": {
"command": "npx",
"args": [
"-y",
"@voltanotes/mcp"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs