mcp-server-for-db

ChrisUBS/mcp-server-for-db
★ 0 stars PHP 📦 Other Updated 8d ago
An MCP server.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

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