scratchpad-mcp
lAn MCP server that provides shared scratchpads for Claude Code agents to collaborate and share context.
Install / Use
claude mcp add pc035860 -- npx -y github:pc035860/scratchpad-mcpIf the server publishes to npm under a different name, use that package instead — check the repo README.
MCP Server
Model Context Protocol server
Quality Score
Category
MarketingSupported Platforms
Tags
Skill content
View source on GitHub{ "name": "scratchpad-mcp-v2", "version": "1.0.0", "description": "A simplified MCP server for context sharing between sub-agents", "type": "module", "main": "./dist/server.js", "bin": { "scratchpad-mcp-v2": "./dist/server.js" }, "scripts": { "dev": "tsup --watch", "build": "tsup", "test": "vitest run", "test:watch": "vitest --watch", "typecheck": "tsc --noEmit", "lint": "eslint src --ext .ts", "lint:fix": "eslint src --ext .ts --fix", "format": "prettier --write "src/**/*.ts"", "clean": "rm -rf dist", "serve": "node scripts/serve-workflow/server.js --port 3002", "serve:dev": "node scripts/serve-workflow/server.js --port 3001 --dev" }, "keywords": [ "mcp", "context", "scratchpad", "claude-code" ], "author": "", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.17.4", "better-sqlite3": "^12.2.0", "marked": "^9.0.0", "marked-highlight": "^2.2.2", "openai": "^5.16.0", "prismjs": "^1.29.0", "tiktoken": "^1.0.0", "zod": "^3.25.76" }, "devDependencies": { "@types/better-sqlite3": "^7.6.8", "@types/node": "^18.19.0", "@typescript-eslint/eslint-plugin": "^6.21.0", "@typescript-eslint/parser": "^6.21.0", "eslint": "^8.57.0", "prettier": "^3.2.5", "tsup": "^8.0.2", "typescript": "^5.3.3", "vitest": "^1.6.0" }, "engines": { "node": ">=18.0.0" } }
Related Skills
Agent-Reach
84.4kGive your AI agent eyes to see the entire internet. Read & search Twitter, Reddit, YouTube, GitHub, Bilibili, XiaoHongShu — one CLI, zero API fees.
headroom
73.4kCompress tool outputs, logs, files, and RAG chunks before they reach the LLM. 20% fewer tokens for coding agents, 60-95% fewer tokens for JSON, same answers. Library, proxy, MCP server.
ruflo
73.0k🌊 The original agent harness. Deploy intelligent multi-player swarms, coordinate autonomous workflows, and build conversational AI systems. Features adaptive memory, self-learning intelligence, federation, vector RAG integration, and native Claude Code / Codex / Hermes and many more Integrated
CowAgent
47.1kOpen-source super AI assistant & Agent Harness. Plans tasks, runs tools and skills, self-evolves with memory and knowledge. Multi-agent, multi-model, multi-channel. Lightweight, extensible, one-line install.
Security Score
Audited on Invalid Date
