Database
Freeby MCP Community
MCP server for database connectivity. Multi-DB (PostgreSQL, MySQL, SQLite), connection management, schema introspection, query execution with rollback, history,
v0.2.7Added Apr 12, 2026
mcpmcp-servermodel-context-protocoldatabasepostgresql
Database MCP Server
MCP server for database connectivity. Multi-DB (PostgreSQL, MySQL, SQLite), connection management, schema introspection, query execution with rollback, history,
Installation
Reviews
Installation
Quick install
npx -y @cocaxcode/database-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"database": {
"command": "npx",
"args": ["-y", "@cocaxcode/database-mcp"]
}
}
}