Discover MCP servers. Connect your agent.
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
Official Anthropic MCP server for PostgreSQL databases. Execute queries, inspect schemas, and manage database operations securely. Install via npm: @modelcontextprotocol/server-postgres
https://github.com/modelcontextprotocol/servers/tree/main/src/postgres
stdio
open
15 tools
databasepostgressqlofficialanthropic
Official Supabase MCP server. Manage tables, run SQL queries, fetch project config, and interact with PostgREST APIs. Over 20 tools for database design, data querying, and project management. Install via npm: @supabase/mcp-server-postgrest
https://github.com/supabase-community/supabase-mcp
stdio
api_key
20 tools
databasepostgresbackendauthstorageofficial
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"]
}'