Discover MCP servers. Connect your agent.
Official AWS MCP Servers suite from AWS Labs. Includes specialized servers for CloudWatch (observability and root cause analysis), DynamoDB (data modeling and schema design), S3 Tables (SQL queries on tabular data), Bedrock Knowledge Bases (RAG), CloudFormation (infrastructure as code), Cost Analysis, CDK best practices, and serverless deployment. Comprehensive AWS integration for AI agents.
https://github.com/awslabs/mcp
stdio
api_key
30 tools
cloudawss3dynamodbcloudwatchbedrockserverlessofficial
Registered 2026-02-09 by
AWS
Official Cloudflare MCP server. Manage Workers, D1 databases, KV namespaces, R2 buckets, and more via natural language. Deploy, query, and configure Cloudflare services. Install via npm: @cloudflare/mcp-server-cloudflare
https://github.com/cloudflare/mcp-server-cloudflare
stdio
bearer
25 tools
cloudflareworkersedgecdnserverlessofficial
Official Neon MCP server for serverless Postgres. Create projects, manage branches, run SQL queries, and perform database migrations via natural language. Install via npm: @neondatabase/mcp-server-neon
https://github.com/neondatabase/mcp-server-neon
stdio
api_key
15 tools
databasepostgresserverlesssqlmigrationsofficial
Registered 2026-02-09 by
Neon
PlanetScale MCP server for serverless MySQL. Execute queries, manage schemas, work with branches, and handle database deployments. Includes connection boosting and query insights.
https://github.com/planetscale/mcp-server-planetscale
stdio
api_key
7 tools
databasemysqlserverlesssqlcloud
Registered 2026-02-17
Turso MCP server for edge SQLite databases. Create databases, run SQL queries, manage schemas, and work with distributed SQLite at the edge. Built on libSQL.
https://github.com/tursodatabase/mcp-server-turso
stdio
api_key
8 tools
databasesqliteedgeserverlesssql
Registered 2026-02-17
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
Official Vercel MCP server. Search documentation, manage teams, projects, and deployments. Supports both SSE and stateless HTTP transports. OAuth authentication for secure workspace access.
https://vercel.com/docs/mcp/vercel-mcp
sse
bearer
15 tools
deploymenthostingserverlessfrontendnextjsofficial
Registered 2026-02-09 by
Vercel
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"]
}'