pad-core
Allows agents to create, read, update, and list Markdown documents, and manage threaded comments on them.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@pad-corecreate a new document titled 'Project Plan'"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
pad
For-agent markdown store — MCP-first. Agents create / read / update markdown docs (and threaded, anchored comments) over MCP; storage is Postgres. No human web UI — agents are the only consumers.
Layout (turborepo + bun)
packages/domain—@workspace/domain: drizzle schema, authz (single source), ops, migrationsapps/mcp— pad-core: Bun MCP server (/mcp, bearer-gated, owner-scoped)
Related MCP server: mdma
Dev
bun install
bun run typecheck
# needs DATABASE_URL, MCP_WRITE_TOKEN (>=16 chars), OWNER_EMAIL
bun run apps/mcp/src/server.tsMCP tools
doc_create · doc_read · doc_update (optimistic lock via base_version) ·
doc_list · comments_list · comment_reply · comment_resolve
Deploy
CI builds ghcr.io/zyx1121/pad-core (SHA-pinned) → deployed to k3s via the
vivarium GitOps repo (namespace pad): pad-db (Postgres) + pad-core.
MCP endpoint: pad-mcp.app.zyx.tw (external, token) · pad-mcp.internal (in-cluster).
A human read/comment web app (
apps/web+packages/ui) was removed — it lives in git history if ever needed, but agents talk to pad over MCP, not a browser.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/zyx1121/pad'
If you have feedback or need assistance with the MCP directory API, please join our Discord server