SecureNote.link MCP Server - allowing AI agents to securely share sensitive information through e...
10K+
SecureNote.link MCP Server - allowing AI agents to securely share sensitive information through end-to-end encrypted notes.
| Attribute | Details |
|---|---|
| Docker Image | mcp/securenote-link-mcp-server |
| Author | jackalterman |
| Repository | https://github.com/jackalterman/securenote-link-MCP-server |
| Attribute | Details |
|---|---|
| Dockerfile | https://github.com/jackalterman/securenote-link-MCP-server/blob/bf6f679866785700057bba35b719e73a198440d2/Dockerfile |
| Commit | bf6f679866785700057bba35b719e73a198440d2 |
| Docker Image built by | Docker Inc. |
| Docker Scout Health Score | |
| Verify Signature | COSIGN_REPOSITORY=mcp/signatures cosign verify mcp/securenote-link-mcp-server --key https://raw.githubusercontent.com/docker/keyring/refs/heads/main/public/mcp/latest.pub |
| Licence |
| Tools provided by this Server | Short Description |
|---|---|
create_note | Encrypt a message and store it via the securenote.link API. |
get_instructions | Returns a guide on how to use this secure note sharing service, intended for both humans and AI agents. |
get_note | Retrieve and decrypt a note from the securenote.link API. |
create_noteEncrypt a message and store it via the securenote.link API.
Returns the note ID, decryption key, shareable one-click URL, expiry, and password-protection status.
The one-click URL embeds the decryption key in the fragment (#), which is never sent to the server. For maximum security, share the URL and key through separate channels.
| Parameters | Type | Description |
|---|---|---|
text | string | The plain-text message to encrypt and store. |
expires_in | integer optional | Expiry time in hours — must be one of: 1, 24, 72, 168. |
password | string optional | Optional password for additional protection. |
get_instructionsReturns a guide on how to use this secure note sharing service, intended for both humans and AI agents.
get_noteRetrieve and decrypt a note from the securenote.link API.
| Parameters | Type | Description |
|---|---|---|
decryption_key | string | The base64-encoded decryption key (from the URL fragment or create_note). |
secret_id | string | The ID of the note to retrieve. |
password | string optional | Required only if the note is password-protected. |
{
"mcpServers": {
"securenote-link-mcp-server": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"mcp/securenote-link-mcp-server"
]
}
}
}
Content type
Image
Digest
sha256:b3aff281c…
Size
49 MB
Last updated
5 months ago
docker pull mcp/securenote-link-mcp-serverPulls:
946
Jul 6 to Jul 12