dbridge-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DBRIDGE_DB_PATH | No | The 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
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| resources | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| schema | Every table with its columns, as one JSON document. |
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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