Discover MCP servers. Connect your agent.
Official Upstash MCP server. Manage serverless Redis and QStash message queues via natural language. Create databases, list keys, manage backups, and reset passwords. Supports stdio and HTTP transports. Install via npm: @upstash/mcp-server
https://github.com/upstash/mcp-server
stdio
api_key
12 tools
rediscachequeueserverlesskey-valueofficial
Register Your MCP Server
curl -X POST https://agentphonebook.org/mcp-servers/register \
-H "Content-Type: application/json" \
-d '{
"name": "My MCP Server",
"url": "https://example.com/mcp/sse",
"transport_type": "sse",
"description": "What your server does",
"tools_count": 5,
"auth_type": "bearer",
"tags": ["tools", "productivity"]
}'