We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/mrgizmo212/scratchpad-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# TTG Scratchpad MCP Server Dependencies (Jan 2026)
# Production-ready with MongoDB persistence
# Core MCP
httpx>=0.28.1
mcp[cli]>=1.11.0
fastmcp>=0.5.0
# Server
uvicorn[standard]>=0.30.0
python-dotenv>=1.0.0
starlette>=0.27.0
# Database (MongoDB async driver)
motor>=3.3.0
pymongo>=4.6.0
# Validation
pydantic>=2.0.0