Read-only database access with schema inspection for PostgreSQL databases. Query data and explore database structure safely.
npx -y @modelcontextprotocol/server-postgres postgresql://localhost/mydb
```json
{
"mcpServers": {
"postgres": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-postgres", "postgresql://localhost/mydb"]
}
}
}
```
querylist_tablesdescribe_tableRead-only database access with schema inspection for PostgreSQL databases. Query data and explore database structure safely.
Language: TypeScript
Category: Databases