Skip to main content
Glama
kripala

PostgreSQL MCP Server

by kripala

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
DB_HOSTNoDatabase host
DB_NAMENoDatabase name
DB_PORTNoDatabase port (default: 5432)
DB_USERNoDatabase user
DB_SCHEMANoDefault schema (default: 'public')
LOG_LEVELNoLogging level (e.g., info, debug)
DB_PASSWORDNoDatabase password
DB_POOL_MAXNoMaximum pool connections (default: 10)
DB_POOL_MINNoMinimum pool connections (default: 2)
DATABASE_URLNoPostgreSQL connection URL (e.g., postgresql://user:password@host:5432/dbname)
DB_POOL_IDLE_TIMEOUTNoIdle timeout in ms (default: 30000)

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription

No tools

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

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/kripala/postgres-mcp-server-stateless'

If you have feedback or need assistance with the MCP directory API, please join our Discord server