Skip to main content
DatabasesGo

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.

databaseslocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/FreePeak/db-mcp-server

Claude 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.

Details

Category
Databases
Language
Go
Author
FreePeak