mcpbeat

AI Agent Scratchpad MCP Server

io.github.lazymac2x/ai-agent-scratchpad
answering

AI Agent Scratchpad is answering right now. Last checked 4 min ago. It exposes 6 tools. Last commit 15 Apr 2026.

Cloudflare Workers MCP server: ai-agent-scratchpad

Uptime history 39 hours of history
39 hours agonow
100.0%
Uptime 24h
91 of 91 checks
6
Tools
read from the server
152 ms
Response time
average over 24h
0
Stars
last commit 15 Apr 2026

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 4 min ago.

run in your terminal
claude mcp add ai-agent-scratchpad --transport http https://api.lazy-mac.com/ai-agent-scratchpad/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "ai-agent-scratchpad": {
      "url": "https://api.lazy-mac.com/ai-agent-scratchpad/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.ai-agent-scratchpad]
url = "https://api.lazy-mac.com/ai-agent-scratchpad/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "ai-agent-scratchpad": {
      "url": "https://api.lazy-mac.com/ai-agent-scratchpad/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "ai-agent-scratchpad": {
      "url": "https://api.lazy-mac.com/ai-agent-scratchpad/mcp"
    }
  }
}

Available tools 6

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

scratchpad
scratchpad_checkpoint
현재 세션 상태의 스냅샷을 체크포인트 태그로 저장합니다. keys를 지정하면 해당 키만 스냅샷.
scratchpad_delete
세션의 특정 키를 삭제합니다.
scratchpad_diff
현재 키 값과 체크포인트 값의 diff를 반환합니다. 또는 두 임의 값의 diff 비교.
scratchpad_list
세션의 모든 키 목록을 반환합니다. 선택적 prefix 필터링 지원.
scratchpad_read
세션의 특정 키 값을 조회합니다.
scratchpad_write
세션에 키-값을 저장합니다. value는 문자열 또는 JSON 직렬화 가능한 값.

Endpoints

URLTransportStateLatencyChecked
https://api.lazy-mac.com/ai-agent-scratchpad/mcp streamable-http answering 192 ms 4 min ago

AI Agent Scratchpad — questions

Answers built from our own checks of this server.

What can AI Agent Scratchpad do?
It exposes 6 tools, read directly from the server on our last check. Among them: scratchpad_checkpoint, scratchpad_delete, scratchpad_diff, scratchpad_list, scratchpad_read, scratchpad_write. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is AI Agent Scratchpad working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 91 of 91 checks got a reply (100.0%), average response time 152 ms. The bar chart above shows every period we have measured.
How do I connect AI Agent Scratchpad?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does AI Agent Scratchpad need an API key?
No. AI Agent Scratchpad completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 6 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is AI Agent Scratchpad?
It answers our handshake in 152 ms on average, which is faster than 73% of all working MCP servers we measure. The comparison comes from our own checks across the whole registry, every 15 minutes.
Is AI Agent Scratchpad open source?
Yes — written in JavaScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.