Skip to main content
Glama
manulthanura

MCPBridge

by manulthanura

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PGHOSTNoPostgreSQL host
PGPORTNoPostgreSQL port5432
PGUSERNoPostgreSQL user
PGDATABASENoPostgreSQL database name
PGPASSWORDNoPostgreSQL password
DATABASE_URLNoPostgreSQL connection string. Alternatively, use PGHOST, PGDATABASE, PGUSER, PGPASSWORD, PGPORT individually.
MCPBRIDGE_MODENoread-only disables write_db entirely; read-write enables guarded writesread-only
MCPBRIDGE_MAX_ROWSNoCap applied to SELECTs without a LIMIT100
MCPBRIDGE_AUDIT_LOGNoAudit trail path (rotates at 10 MB)mcpbridge-audit.jsonl
MCPBRIDGE_HTTP_PORTNoPort for the HTTP transport3920
MCPBRIDGE_TRANSPORTNostdio or httpstdio
MCPBRIDGE_RATE_LIMITNoRequests allowed per window per client100
MCPBRIDGE_BLOCKED_TABLESNoComma-separated extra tables to block (system credential catalogs are always blocked)
MCPBRIDGE_DEFAULT_SCHEMANoSchema used by tools and resources by defaultpublic
MCPBRIDGE_MAX_CONNECTIONSNoConnection pool size10
MCPBRIDGE_QUERY_TIMEOUT_MSNostatement_timeout for every query in milliseconds30000
MCPBRIDGE_RATE_WINDOW_SECONDSNoRate-limit window in seconds60
MCPBRIDGE_HIGH_RISK_ROW_THRESHOLDNoEstimated affected rows at which a write becomes high-risk100
MCPBRIDGE_CONFIRMATION_TTL_SECONDSNoHow long a staged write waits for confirmation600
MCPBRIDGE_SCHEMA_CACHE_TTL_SECONDSNoSchema cache TTL in seconds300

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/manulthanura/MCPBridge'

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