Skip to main content
Glama
ugurcl

dbridge-mcp

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
DBRIDGE_DB_PATHNoThe database connection string (file path for SQLite, or URL for PostgreSQL/MySQL). Alternatively, provide as command-line argument.

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}
resources
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_tablesA

Lists every table in the connected database. Call this first to discover what data is available.

describe_tableA

Returns the columns of a table (name, type, nullability). Use it before writing a query.

sample_tableB

Returns the first rows of a table as a quick preview, to understand the data before querying.

count_rowsB

Returns the exact number of rows in a table.

run_queryA

Runs a single read-only SELECT or WITH statement and returns the rows as JSON. Writes are rejected and results are capped.

explain_queryA

Returns the query plan and estimated cost without running the query. Use it to check a query is cheap before running it.

get_limitsA

Returns the safety limits in effect (row cap, timeout, cost/rate limits, hidden and masked columns, table allow/block lists).

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
schemaEvery table with its columns, as one JSON document.

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/ugurcl/dbridge-mcp'

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