Official Registry metadata
database
Database MCP server for MySQL, MariaDB, PostgreSQL & SQLite
49Recommendation
Configure in your coding agent
Copy this metadata-derived example, review it, and add secrets only through environment variables on your own machine.
~/.codex/config.toml or codex mcp addRun this command locally. Review package commands before confirming execution.
codex mcp add 'ai-haymon-database-1aa27efd' -- 'docker' 'ghcr.io/haymon-ai/database:0.7.0'
.mcp.jsonAdd this entry to the project-level mcpServers object.
{
"mcpServers": {
"ai-haymon-database-1aa27efd": {
"args": [
"ghcr.io/haymon-ai/database:0.7.0"
],
"command": "docker"
}
}
}.cursor/mcp.jsonKeep secret values as environment-variable references.
{
"mcpServers": {
"ai-haymon-database-1aa27efd": {
"args": [
"ghcr.io/haymon-ai/database:0.7.0"
],
"command": "docker"
}
}
}.vscode/mcp.jsonReview the generated server entry before enabling it.
{
"servers": {
"ai-haymon-database-1aa27efd": {
"args": [
"ghcr.io/haymon-ai/database:0.7.0"
],
"command": "docker",
"type": "stdio"
}
}
}~/.gemini/settings.jsonAdd this entry to mcpServers and keep trust disabled initially.
{
"mcpServers": {
"ai-haymon-database-1aa27efd": {
"args": [
"ghcr.io/haymon-ai/database:0.7.0"
],
"command": "docker",
"trust": false
}
}
}Stacklane does not install, connect to, execute, or security-certify MCP servers. Metadata and risk signals are automated discovery aids.
Declared requirements
Risk signals
- Runs a local package through stdio