scratchpad-mcp

MikePressure/scratchpad-mcp
★ 0 stars TypeScript 🤖 AI/LLM Updated today
MCP server giving AI agents persistent, token-efficient storage
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "scratchpad-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "MikePressure/scratchpad-mcp"
      ]
    }
  }
}

README Excerpt

Persistent, token-efficient storage for AI agents. An MCP server that stops your agents from re-reading the same files and re-loading the same context every turn. ```text agent: "what changed in this file since I last read it?" server: { diff: [...], current_version: 14 } ← not the whole file ``` Agents waste tokens. They re-read files they've already seen, re-summarize

Tools (1)

agent_id