MCP Directory
Back

db-mcp-server

by FreePeak · Go · ★ 394

A powerful multi-database server implementing the Model Context Protocol (MCP) to provide AI assistants with structured access to databases.

#database-mcp-server#mcp-server

Install

go install github.com/FreePeak/db-mcp-server@latest

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "db-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "github:FreePeak/db-mcp-server"
      ]
    }
  }
}

From the README

[](https://opensource.org/licenses/MIT) [](https://goreportcard.com/report/github.com/FreePeak/db-mcp-server) [](https://pkg.go.dev/github.com/FreePeak/db-mcp-server) [](https://github.com/FreePeak/db-mcp-server/graphs/contributors) A powerful multi-database server implementing the Model Context Protocol (MCP) to provide AI assistants with structured access to databases. Overview • Core Concepts • Features • Supported Databases • Deployment Options • Configuration • Available Tools • Examples • Troubleshooting • Contributing The DB MCP Server provides a standardized way…
Read full README on GitHub →

Related databases servers