pad-core
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 HackMD — MCP-first collaborative markdown. Agents write docs over MCP; humans read and comment over a web UI; comments feed back as agent input.
Layout (turborepo + bun)
packages/domain—@workspace/domain: drizzle schema, authz (single source of truth), ops, migrationspackages/ui—@workspace/ui: radix-luma design system (ui.zyx.tw@zyx1121registry)apps/mcp— pad-core: Bun MCP server (/mcp, bearer-gated, owner-scoped)apps/web— pad-web: Next.js 16 + Better Auth (Google) read/comment UI
Related MCP server: mdma
Access model
visibility | read | comment (needs Google login) |
| owner + agent | owner + agent |
| owner + ACL | owner + ACL |
| anyone (anon) | any Google account |
Owner identity = Google email (OWNER_EMAIL). Publishing / ACL edits are owner-only
— the agent cannot publish or re-share. Only owner-trust comments are treated as
instructions by the agent; shared / public comments are data for triage.
Dev
bun install
bun run typecheck
bun run build
# pad-core — needs DATABASE_URL, MCP_WRITE_TOKEN (>=16), OWNER_EMAIL
bun run apps/mcp/src/server.ts
# pad-web — needs DATABASE_URL, BETTER_AUTH_SECRET, BETTER_AUTH_URL, GOOGLE_CLIENT_ID/SECRET, OWNER_EMAIL
cd apps/web && bun devDeploy
CI builds two SHA-pinned images to GHCR: ghcr.io/zyx1121/pad-core and
ghcr.io/zyx1121/pad-web. Deployed to k3s via the vivarium GitOps repo
(namespace pad): pad-db (Postgres) + pad-core + pad-web, fronted by Traefik
(pad.app.zyx.tw public web, pad-mcp.app.zyx.tw / pad-mcp.internal for agents).
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
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