AI Agent Scratchpad
Rank #53,345io.github.lazymac2x/ai-agent-scratchpad
Cloudflare Workers MCP server: ai-agent-scratchpad
AI Agent Scratchpad is a Model Context Protocol (MCP) server published by lazymac2x. It ranks #53,345 of 115,460 servers tracked on MCP Toplist. AI Agent Scratchpad is listed across 2 registries — Official MCP and PulseMCP, with 1 tracked version. It was first listed on Apr 15, 2026 and most recently updated on May 16, 2026.
Ranks ahead of 62,115 of 115,460 servers on MCP Toplist.
Use AI Agent Scratchpad
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http ai-agent-scratchpad https://api.lazy-mac.com/ai-agent-scratchpad/mcp[mcp_servers.ai-agent-scratchpad]
url = "https://api.lazy-mac.com/ai-agent-scratchpad/mcp"Add to ~/.codex/config.toml.
https://api.lazy-mac.com/ai-agent-scratchpad/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"ai-agent-scratchpad": {
"url": "https://api.lazy-mac.com/ai-agent-scratchpad/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"ai-agent-scratchpad": {
"type": "http",
"url": "https://api.lazy-mac.com/ai-agent-scratchpad/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"ai-agent-scratchpad": {
"serverUrl": "https://api.lazy-mac.com/ai-agent-scratchpad/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"ai-agent-scratchpad": {
"url": "https://api.lazy-mac.com/ai-agent-scratchpad/mcp"
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.lazymac2x%2Fai-agent-scratchpad)<a href="https://mcptoplist.com/server/io.github.lazymac2x%2Fai-agent-scratchpad"><img src="https://mcptoplist.com/badge/io.github.lazymac2x%2Fai-agent-scratchpad.svg" alt="MCP Toplist: Top 50% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (1 delisted)
lazymac2x
Other servers by lazymac2x
- lazymac-mcp#46,399
- Agent Workflow Engine#53,344 · 1 ver
- AI Changelog Writer#53,346 · 1 ver
- mcpwatch#53,347 · 1 ver
- Accessibility Scorer#54,974 · 1 ver
- Agent Loop Detector API#54,975 · 1 ver
- Agent Memory#54,976 · 1 ver
- Agent Trace Auditor#54,977 · 1 ver
- AI Budget Planner API#54,978 · 1 ver
- AI Cost Optimizer#54,979 · 1 ver
- AI Crawler Policy API#54,980 · 1 ver
- AI Eval API#54,981 · 1 ver
Available versions (1)
| Version | Published |
|---|---|
| 1.0.0 | May 16, 2026 |
Frequently asked questions
- Who maintains AI Agent Scratchpad?
- AI Agent Scratchpad is maintained by lazymac2x, which publishes 65 MCP servers (55 total versions) tracked on MCP Toplist.
- Is AI Agent Scratchpad listed on the Official MCP Registry?
- Yes — AI Agent Scratchpad is listed on the Official MCP Registry, alongside PulseMCP.
- How many versions does AI Agent Scratchpad have?
- MCP Toplist tracks 1 version of AI Agent Scratchpad, most recently published on May 16, 2026.
- Where can I find the source code for AI Agent Scratchpad?
- The source code for AI Agent Scratchpad is hosted at github.com/lazymac2x/ai-agent-scratchpad-api.