Back to MCP Servers
Db
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 …
databasesgopostgresmysqlperformance
By FreePeak
Installation
npx -y db-mcp-serverConfiguration
{
"mcpServers": {
"db-mcp-server": {
"command": "npx",
"args": ["-y", "db-mcp-server"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes