multi-database-mcp
Version:
A comprehensive multi-database MCP server that provides unified access to multiple databases through a single interface
23 lines (22 loc) • 595 B
JSON
{
"databases": [
{
"name": "main_app",
"type": "postgresql",
"url": "postgresql://username:password@localhost:5432/main_app",
"description": "Main application database"
},
{
"name": "analytics",
"type": "postgresql",
"url": "postgresql://username:password@localhost:5432/analytics",
"description": "Analytics and reporting database"
},
{
"name": "staging",
"type": "postgresql",
"url": "postgresql://username:password@localhost:5432/staging",
"description": "Staging environment database"
}
]
}