Skip to main content
Glama
nikhilchintawar

DB MCP Server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
DB_SSLNoEnable SSL (default: true)
DB_HOSTNoDatabase hostname (required unless using DB_SECRET_ARN)
DB_NAMENoDatabase name (required unless using DB_SECRET_ARN)
DB_PORTNoDatabase port (default: 5432 for PostgreSQL, 3306 for MySQL)
DB_USERNoDatabase username (required unless using DB_SECRET_ARN)
DB_ENGINENoDatabase engine: 'postgresql' or 'mysql' (required unless using DB_SECRET_ARN)
AWS_REGIONNoAWS region (required for AWS features)
AWS_PROFILENoAWS credentials profile
DB_PASSWORDNoDatabase password (required unless using DB_SECRET_ARN)
DB_SECRET_ARNNoAWS Secrets Manager ARN (alternative to direct credentials)
DB_WRITE_MODENoWrite mode: 'disabled' (default), 'enabled', or 'auto'
DB_DEFAULT_LIMITNoDefault query row limit (default: 1000)
AWS_ACCESS_KEY_IDNoAWS access key
AWS_SESSION_TOKENNoSession token (for temporary credentials)
DB_DEFAULT_TIMEOUTNoDefault query timeout in ms (default: 30000)
DB_IS_READ_REPLICANoSet to 'true' to block writes
AWS_SECRET_ACCESS_KEYNoAWS secret key

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/nikhilchintawar/db-mcp'

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