mcp/securenote-link-mcp-server

Verified Publisher

By mcp

Updated 5 months ago

SecureNote.link MCP Server - allowing AI agents to securely share sensitive information through e...

Image
Machine learning & AI
2

10K+

mcp/securenote-link-mcp-server repository overview

SecureNote.link MCP Server - allowing AI agents to securely share sensitive information through end-to-end encrypted notes.

What is an MCP Server?

MCP Info

Image Building Info

AttributeDetails
Dockerfilehttps://github.com/jackalterman/securenote-link-MCP-server/blob/bf6f679866785700057bba35b719e73a198440d2/Dockerfile
Commitbf6f679866785700057bba35b719e73a198440d2
Docker Image built byDocker Inc.
Docker Scout Health ScoreDocker Scout Health Score
Verify SignatureCOSIGN_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

Available Tools (3)

Tools provided by this ServerShort Description
create_noteEncrypt a message and store it via the securenote.link API.
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.

Tools Details

Tool: create_note

Encrypt 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.

ParametersTypeDescription
textstringThe plain-text message to encrypt and store.
expires_ininteger optionalExpiry time in hours — must be one of: 1, 24, 72, 168.
passwordstring optionalOptional password for additional protection.

Tool: get_instructions

Returns a guide on how to use this secure note sharing service, intended for both humans and AI agents.

Tool: get_note

Retrieve and decrypt a note from the securenote.link API.

ParametersTypeDescription
decryption_keystringThe base64-encoded decryption key (from the URL fragment or create_note).
secret_idstringThe ID of the note to retrieve.
passwordstring optionalRequired only if the note is password-protected.

Use this MCP Server

{
  "mcpServers": {
    "securenote-link-mcp-server": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "mcp/securenote-link-mcp-server"
      ]
    }
  }
}

Why is it safer to run MCP Servers with Docker?

Install from MCP:Hub

Tag summary

Content type

Image

Digest

sha256:b3aff281c

Size

49 MB

Last updated

5 months ago

docker pull mcp/securenote-link-mcp-server

This week's pulls

Pulls:

946

Jul 6 to Jul 12