MCP Database Server✓
io.github.Souhar-dya/mcp-db-server · v1.3.1
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.Souhar-dya/mcp-db-server",
"description": "MCP server for SQLite, PostgreSQL, and MySQL with natural language to SQL and direct SQL tooling.",
"title": "MCP Database Server",
"repository": {
"url": "https://github.com/Souhar-dya/mcp-db-server",
"source": "github"
},
"version": "1.3.1",
"packages": [
{
"registryType": "oci",
"identifier": "docker.io/souhardyak/mcp-db-server:1.3.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Database connection URL. Defaults to local SQLite in /data/default.db.",
"format": "string",
"name": "DATABASE_URL"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}