Tillpad MCP Server
CommunityContributed by riderc
Bounded storage and search for agent jobs
About the Tillpad MCP Server
The Tillpad MCP server is a remote (HTTP) Model Context Protocol server available in the McpMux registry. Bounded storage and search for agent jobs This is a community-contributed MCP server by riderc.
Install the Tillpad MCP server with one click using McpMux. It works with Cursor, Claude Desktop, Claude Code, VS Code, ChatGPT, Windsurf, JetBrains, and any MCP-compatible AI client. This server requires an API key — McpMux securely stores your credentials with AES-256-GCM encryption.
Transport Configuration
{
"type": "http",
"url": "https://tillpad.cnrcode.com/mcp",
"headers": {
"Authorization": "Bearer ${input:TILLPAD_API_KEY}"
},
"metadata": {
"inputs": [
{
"id": "TILLPAD_API_KEY",
"label": "Tillpad API Key",
"type": "text",
"required": true,
"secret": true,
"description": "API key for the hosted Tillpad MCP endpoint.",
"placeholder": "tp_...",
"obtain": {
"url": "https://tillpad.cnrcode.com/docs",
"instructions": "1. Sign in at https://tillpad.cnrcode.com\n2. Open the API keys section of your account\n3. Create a new key for McpMux\n4. Copy the key (starts with tp_)",
"button_label": "Get API Key"
}
}
]
}
}Categories
Tags
Supported AI Clients
The Tillpad MCP server works with all MCP-compatible AI clients through McpMux:
Related MCP Servers
MongoDB (Docker)
Connect to MongoDB databases and Atlas clusters via Docker. Query collections, inspect schemas, manage indexes, and run aggregation pipelines in an isolated container.
MongoDB (npx)
Connect to MongoDB databases and Atlas clusters. Query collections, inspect schemas, manage indexes, and run aggregation pipelines through the official MongoDB MCP server.

PostgreSQL (Docker)
Query PostgreSQL databases, analyze performance, and optimize indexes via Docker. Execute SQL, inspect schemas, get EXPLAIN plans, identify slow queries, and run health checks.

PostgreSQL (uvx)
Query PostgreSQL databases, analyze performance, and optimize indexes. Execute SQL, inspect schemas, get EXPLAIN plans, identify slow queries, and run health checks via Postgres MCP Pro.
Redis (Docker)
Interact with Redis databases via Docker. Execute commands, manage keys, and work with data structures across standalone, cluster, and Sentinel modes.
Redis (uvx)
Interact with Redis databases. Execute commands, manage keys, and work with data structures across standalone, cluster, and Sentinel modes.
Install Tillpad with McpMux
One-click install from the McpMux desktop app. Auto-configures for Cursor, Claude, VS Code, ChatGPT, Windsurf, JetBrains, and any MCP-compatible client.