Volta Notes
@iamredmh
About Volta Notes
Burn-after-read encrypted notes for AI agents. Share secrets with users without them appearing in chat history — create a one-time URL, send it, they read it once and it's gone. AES-256-GCM E2E encrypted, decryption key never sent to any server.
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"volta-notes": {
"command": "npx",
"args": [
"-y",
"@voltanotes/mcp"
]
}
}
}Tools
No tools detected
Fetch the live tool list by running this server in a temporary sandbox using the button above.
Overview
What is Volta Notes?
Volta Notes gives your AI agent a secure credential pipeline. Instead of pasting passwords or API keys into chat, you create a burn-after-read note and send the link — the agent reads it once and it's permanently destroyed.
How to use Volta Notes?
Add the @voltanotes/mcp package to your Claude Desktop or Claude Code configuration using the provided npx command. The server exposes two tools: create_volta_note to hand a secret back to the user, and read_volta_note to accept a Volta URL, retrieve and destroy the note, and return the plaintext.
Key features of Volta Notes
- AES-256-GCM encryption runs locally on your machine.
- Decryption key lives in the URL fragment — never transmitted to any server.
- The Volta canister stores only encrypted ciphertext, never plaintext.
- Notes are permanently deleted after being read exactly once.
Use cases of Volta Notes
- An agent creates a one-time URL to securely hand a secret back to the user.
- A user sends a Volta link containing credentials, and the agent reads it without the secret persisting.
FAQ from Volta Notes
How does the security model work?
Encryption (AES-256-GCM) and decryption run entirely on your local machine. The decryption key is embedded in the URL fragment and is never sent to any server. The canister only ever stores and returns encrypted ciphertext.
What tools does Volta Notes provide?
Two tools: create_volta_note to encrypt content and return a one‑time URL, and read_volta_note to accept a Volta URL, retrieve and destroy the note, then decrypt and return the plaintext.
How do I install Volta Notes?
Add the following to your MCP server configuration for Claude Desktop or Claude Code: { "mcpServers": { "volta-notes": { "command": "npx", "args": ["-y", "@voltanotes/mcp"] } } }.
What happens after a note is read?
The note is permanently deleted from the Volta canister. No copy of the plaintext or ciphertext remains on the server.
Where does the data live?
The encrypted ciphertext lives temporarily on the Volta canister. The decryption key exists only in the URL fragment on the client side.
Frequently asked questions
How does the security model work?
Encryption (AES-256-GCM) and decryption run entirely on your local machine. The decryption key is embedded in the URL fragment and is never sent to any server. The canister only ever stores and returns encrypted ciphertext.
What tools does Volta Notes provide?
Two tools: `create_volta_note` to encrypt content and return a one‑time URL, and `read_volta_note` to accept a Volta URL, retrieve and destroy the note, then decrypt and return the plaintext.
How do I install Volta Notes?
Add the following to your MCP server configuration for Claude Desktop or Claude Code: `{ "mcpServers": { "volta-notes": { "command": "npx", "args": ["-y", "@voltanotes/mcp"] } } }`.
What happens after a note is read?
The note is permanently deleted from the Volta canister. No copy of the plaintext or ciphertext remains on the server.
Where does the data live?
The encrypted ciphertext lives temporarily on the Volta canister. The decryption key exists only in the URL fragment on the client side.
Basic information
More Memory & Knowledge MCP servers

OpenLore
aakarimServe your docs to AI agents over SSH and MCP. Agents use ls, cat, grep, find, and pipes against a virtual filesystem backed by your documentation. Identity-scoped access, governed writing with human approval, and portab

ctxfile
ctxfileLocal-first MCP server that snapshots your project's working state into one context object. Open-core, privacy-first.

Snipara
alopez3006MCP connector for Snipara, the Project Brain for AI coding agents

PLUR
plur-aiAI agents start every session with amnesia — you re-explain the project, repeat your preferences, and correct the same mistakes over and over. PLUR gives them a memory that persists. Your agent's corrections, preference
MemoryMesh
CheMiguel23A knowledge graph server that uses the Model Context Protocol (MCP) to provide structured memory persistence for AI models.
Comments