MCP Server
MCP
io.github.cybeleri/database-admin
Database admin MCP: schema inspection, query optimization for PostgreSQL and MySQL
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "database-admin-mcp",
"version": "1.0.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "PostgreSQL connection string (e.g., postgresql://user:pass@host:5432/db)",
"format": "string",
"isSecret": true,
"name": "DATABASE_URL"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment