Odel
Volta Notes

Volta Notes

Local
@iamredmh1TypeScriptMITUpdated 4mo ago

Burn-after-read encrypted notes. E2E encrypted, decentralised on the Internet Computer.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@voltanotes/mcpv1.1.1

Run

npx -y @voltanotes/mcp

MCP client config

{
  "mcpServers": {
    "volta-notes": {
      "command": "npx",
      "args": [
        "-y",
        "@voltanotes/mcp"
      ]
    }
  }
}