postgres-mcp-server
by bysonte
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DATABASE_URL | No | URL de conexión PostgreSQL (alternativa a POSTGRES_URL). | |
| POSTGRES_URL | No | URL de conexión PostgreSQL. | |
| PG_MAX_CONNECTIONS | No | Máximo de conexiones del pool. | 10 |
| POSTGRES_ENABLE_WRITE | No | Habilita INSERT, UPDATE, DELETE, MERGE, COPY. | false |
| TRANSACTION_TIMEOUT_MS | No | Tiempo máximo de transacciones pendientes. | 60000 |
| PG_STATEMENT_TIMEOUT_MS | No | Tiempo máximo de sentencia. | 30000 |
| MAX_CONCURRENT_TRANSACTIONS | No | Máximo de transacciones de escritura abiertas. | 5 |
| POSTGRES_ENABLE_MAINTENANCE | No | Habilita DROP, TRUNCATE, ALTER, CREATE, VACUUM, ANALYZE, REINDEX, GRANT, REVOKE. | false |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/bysonte/postgres-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server