MCP Servers

Model Context Protocol servers that connect agents to databases, warehouses, and BI platforms.

🔌 2 skills listed 👥 Community ranked + Submit a skill
0
00

BigQuery MCP Server Beta

by LucasHild
Visit →

Community MCP server that exposes BigQuery datasets, tables, and ad-hoc SQL execution to Claude Code, Cursor, and other MCP-compatible agents.

uvx mcp-server-bigquery --project YOUR_GCP_PROJECT --location US
Beta Claude Code Cursor
0
00

Postgres MCP Server Stable

by Model Context Protocol
Visit →

Reference Postgres MCP server from the official Model Context Protocol servers repo. Read-only SQL access for any MCP-compatible agent.

npx -y @modelcontextprotocol/server-postgres postgresql://localhost/mydb
Claude Code Cursor Continue.dev