Wardn HubTrusted MCP server directory.

Registry

  • MCP Servers
  • Skills
  • Categories

Resources

  • API docs
  • Score method

Contribute

  • Submit server
  • Advertise
© 2026 Wardn Hub
Wardn Hub
MCP ServersSkillsCategoriesAPI docsSubmit server
Submit server

xNotepad AI

com.xnotepadai/notes

Source

Documentation

xNotePadAI — MCP Server

A 13-tool MCP server that gives AI agents persistent, encrypted, searchable memory via notes.

Endpoint: https://www.xnotepadai.com/api/mcp/
Protocol: MCP (Model Context Protocol) JSON-RPC over Streamable HTTP
Auth: Bearer token
Free tier: 1,000 calls/month

Quick Start

{
  "mcpServers": {
    "xnotepad": {
      "type": "http",
      "url": "https://www.xnotepadai.com/api/mcp/",
      "headers": {
        "Authorization": "Bearer YOUR_TOKEN_HERE"
      }
    }
  }
}

Get your token: https://www.xnotepadai.com/settings/ → Your MCP Token (pre-generated, ready to copy)

Tools

ToolDescription
create_noteCreate a note (auto-tagged agent-created)
list_notesList all notes with titles, sizes, dates
get_noteGet full note content by ID
update_noteUpdate content (agent-created notes only)
delete_noteDelete a note (agent-created only)
search_notesSemantic search via vector embeddings
ask_notesAsk a question — AI answers from note content
get_versionsGet version history for a note
tag_noteAdd tags to a note
link_notesAdd [[wiki-links]] between notes
merge_notesMerge two notes (source deleted after)
archive_noteArchive a note
index_notesVectorise notes for semantic search

Security Model

  • Bearer token auth — SHA-256 hashed, stored in D1, revocable
  • Tenant isolation — tenant ID derived from token lookup, never from client args
  • Agent sandboxing — agents can only modify/delete notes tagged agent-created
  • Rate limiting — 30 req/min per IP
  • Zero-knowledge encryption — notes encrypted client-side with AES-256-GCM (MCP accesses unencrypted copies synced by the user)

Use Cases

  • AI memory — agents save research, decisions, architecture notes between sessions
  • Knowledge retrieval — "What did I decide about auth?" → searches your notes
  • Note automation — auto-tag, auto-link, merge duplicates, archive old notes
  • Multi-agent workflows — one agent writes, another reads later

Stack

  • Cloudflare Workers (runtime)
  • Cloudflare D1 (database)
  • Cloudflare Vectorize (semantic search)
  • Workers AI / Llama 3.3 70B (AI answers)

Docs

  • MCP Integration: https://www.xnotepadai.com/mcp/
  • API Reference: https://www.xnotepadai.com/developers/
  • Privacy: https://www.xnotepadai.com/privacy/

License

MIT

Latest Version

Version
1.0.0
Category
Other Tools and Integrations
Namespace
com.xnotepadai (imported)
Published
Aug 24, 2026
Updated
Aug 24, 2026