Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
db-mcp-tool
by
wirdes
Verified
GitHub
Databases
TypeScript
MIT License
2
Reddit
Discord
Overview
Inspect
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
!pg
Input Schema
Name
Required
Description
Default
connection
Yes
Input Schema (JSON Schema)
{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "connection": { "additionalProperties": false, "properties": { "database": { "type": "string" }, "host": { "type": "string" }, "password": { "type": "string" }, "port": { "type": "number" }, "user": { "type": "string" } }, "required": [ "host", "database", "user", "password" ], "type": "object" } }, "required": [ "connection" ], "type": "object" }
Install Server
You must be
authenticated
.
Other Tools
!export-data
!export-db
!firestore
!functions
!mysql
!pg
!query
!tables
!triggers