
PostgreSQLFeatured
@modelcontextprotocol
About PostgreSQL
Model Context Protocol Servers
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"postgres": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-postgres",
"postgresql://localhost/mydb"
]
}
}
}Tools
1Run a read-only SQL query
Overview
What is PostgreSQL?
—
How to use PostgreSQL?
—
Key features of PostgreSQL
—
Use cases of PostgreSQL
—
FAQ from PostgreSQL
—
Basic information
More Databases MCP servers
Sail MCP Server for Spark SQL
lakehqDrop-in Apache Spark replacement written in Rust, unifying batch processing, stream processing, and compute-intensive AI workloads.
3.1K
Neon MCP Server
neondatabase-labsMCP server for interacting with Neon Management API and databases
617
MCP MongoDB Server
kiliczshA Model Context Protocol Server for MongoDB
281

Redis
modelcontextprotocolModel Context Protocol Servers
88.2K
MCP Server for MySQL based on NodeJS
benborlaA Model Context Protocol server that provides read-only access to MySQL databases. This server enables LLMs to inspect database schemas and execute read-only queries.
1.9K
Comments