Skip to content
VS Code

Volta Notes for VS Code

io.github.iamredmh/volta-mcp-server

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

client:VS Code transport:stdio runtime:npm

Install Volta Notes in VS Code

.vscode/mcp.json

{
  "servers": {
    "volta-mcp-server": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@voltanotes/mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Volta Notes in other clients