@clype/typenote-mcp
v0.1.1
Published
Local MCP server for joining Typenote encrypted collaborative documents.
Maintainers
Readme
@clype/typenote-mcp
Local MCP server for joining a Typenote encrypted collaborative document.
npx @clype/typenote-mcp --session "https://typenote.app/abc123#key=...&t=..."Use the full share URL copied from Typenote's Agent tab. The URL fragment contains the document encryption key and join token; run it only on a trusted local machine.
Pass --relay <url> only when the relay differs from the document origin:
npx @clype/typenote-mcp --session "http://localhost:5173/abc123#key=...&t=..." --relay "http://localhost:8787"The relay never receives plaintext. This process decrypts locally, maintains a Yjs document, and exposes Typenote MCP tools to your AI client.
