ai.haymon/dbmcp✓
ai.haymon/dbmcp · v0.11.0
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "ai.haymon/dbmcp",
"description": "Database MCP server for MySQL, MariaDB, PostgreSQL & SQLite",
"repository": {
"url": "https://github.com/haymon-ai/dbmcp",
"source": "github"
},
"version": "0.11.0",
"websiteUrl": "https://dbmcp.haymon.ai",
"packages": [
{
"registryType": "oci",
"identifier": "ghcr.io/haymon-ai/dbmcp:0.11.0",
"runtimeHint": "docker",
"transport": {
"type": "stdio"
},
"packageArguments": [
{
"description": "Start in stdio transport mode",
"isRequired": true,
"value": "stdio",
"type": "positional"
}
]
},
{
"registryType": "oci",
"identifier": "ghcr.io/haymon-ai/dbmcp:0.11.0",
"runtimeHint": "docker",
"transport": {
"type": "streamable-http",
"url": "http://{--host}:{--port}/mcp"
},
"packageArguments": [
{
"description": "Start in HTTP transport mode",
"isRequired": true,
"value": "http",
"type": "positional"
},
{
"description": "HTTP bind host",
"default": "127.0.0.1",
"type": "named",
"name": "--host"
},
{
"description": "HTTP bind port",
"default": "9001",
"type": "named",
"name": "--port"
},
{
"description": "Allowed CORS origins (comma-separated)",
"type": "named",
"name": "--allowed-origins",
"isRepeated": true
},
{
"description": "Allowed host names (comma-separated)",
"type": "named",
"name": "--allowed-hosts",
"isRepeated": true
}
],
"environmentVariables": [
{
"description": "HTTP bind host",
"default": "127.0.0.1",
"name": "HTTP_HOST"
},
{
"description": "HTTP bind port",
"format": "number",
"default": "9001",
"name": "HTTP_PORT"
},
{
"description": "Allowed CORS origins (comma-separated)",
"name": "HTTP_ALLOWED_ORIGINS"
},
{
"description": "Allowed host names (comma-separated)",
"name": "HTTP_ALLOWED_HOSTS"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}