FreePeak/db-mcp-server
🏎️ 🏠 – A high-performance multi-database MCP server built with Golang, supporting MySQL & PostgreSQL (NoSQL coming soon). Includes built-in tools for query execution, transaction management, schema exploration, query building, and performance analysis, with seamless Cursor integration for enhanced database workflows.
Quick Start
Clone the repository:
git clone https://github.com/FreePeak/db-mcp-serverClaude Desktop configuration example:
{
"mcpServers": {
"db-mcp-server": {
"command": "npx",
"args": [
"-y",
"FreePeak/db-mcp-server"
]
}
}
}Check the repository README for specific installation and configuration instructions.