Skip to main content
Glama
Airgap-fleet

db-bridge

by Airgap-fleet

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
POSTGRES_DSNYesPostgreSQL connection string (e.g., postgresql://user:pass@host:5432/db)
DB_BRIDGE_MAX_ROWSNoMax rows returned per query1000
DB_BRIDGE_ALLOW_DDLNoAllow CREATE/ALTER/DROP statementsfalse
DB_BRIDGE_TRANSPORTNoTransport mode: stdio, sse, or httpstdio
DB_BRIDGE_ALLOW_WRITENoAllow INSERT/UPDATE/DELETEfalse
DB_BRIDGE_STATEMENT_TIMEOUTNoQuery timeout in ms30000

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}
logging
{}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
extensions
{
  "io.modelcontextprotocol/ui": {}
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
queryA

Execute a parameterized SELECT query and return rows.

executeB

Execute a parameterized INSERT, UPDATE, or DELETE statement.

list_tablesB

List all tables in a schema.

describe_tableA

Describe a table's structure including columns, indexes, and constraints.

run_migrationA

Run a database migration (DDL statements) in a transaction.

explain_analyzeA

Get query execution plan with costs using EXPLAIN ANALYZE.

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/Airgap-fleet/db-bridge'

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