Skip to main content
Glama
zyx1121

pad-core

by zyx1121

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, migrations

  • apps/mcppad-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.ts

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

A
license - permissive license
-
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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