
Ai Agent Scratchpad
Let coding agents read and write a shared scratchpad over MCP while you design features, debug, or draft specs in one place.
Overview
io.github.lazymac2x/ai-agent-scratchpad is a MCP server for the Build phase that exposes a Cloudflare Workers remote scratchpad for coding agents over streamable-http.
What is this MCP server?
- Cloudflare Workers MCP scratchpad at https://api.lazy-mac.com/ai-agent-scratchpad/mcp
- Streamable-http remote for lightweight agent notes and working context
- Useful for solo builders juggling specs, todos, and debug notes via the agent
- Backed by lazymac2x/ai-agent-scratchpad-api on GitHub
- Server package version 1.0.0 with MCP schema 2025-09-29
- MCP server version 1.0.0
- 1 streamable-http remote URL
- Hosted on Cloudflare Workers at api.lazy-mac.com
What problem does it solve?
Agents lose half-written plans and debug context when the chat ends or the window resets.
Who is it for?
Solo builders who want a minimal hosted scratchpad MCP alongside Claude Code or Cursor during feature work.
Skip if: Teams that need team wikis, fine-grained permissions, or offline-first note sync without a third-party host.
What do I get? / Deliverables
With the scratchpad MCP registered, the agent can stash and reload working notes through tools instead of scattering markdown in the repo.
- Live MCP remote connection to the ai-agent-scratchpad endpoint
- Agent-accessible scratchpad operations after client handshake
- Versioned 1.0.0 MCP server record for directory and SEO pages
Recommended MCP Servers
Journey fit
Scratchpads are installed with agent tooling during Build, though they also support Validate ideation and Operate iteration when the agent keeps working notes. agent-tooling fits because the scratchpad is an MCP-backed working surface for the agent, not a customer-facing frontend or database migration task.
How it compares
MCP-backed agent scratchpad, not a full Notion integration or local SKILL.md-only checklist.
Common Questions / FAQ
Who is io.github.lazymac2x/ai-agent-scratchpad for?
Solo developers and indie builders who want agents to maintain working notes through a remote MCP server during build and debug sessions.
When should I use io.github.lazymac2x/ai-agent-scratchpad?
Use it during Build agent-tooling setup—or early validation sketching—when shared scratch notes should travel with the agent across tasks.
How do I add io.github.lazymac2x/ai-agent-scratchpad to my agent?
Register https://api.lazy-mac.com/ai-agent-scratchpad/mcp as a streamable-http MCP server in your client and verify tool behavior from ai-agent-scratchpad-api.