DOCKER DB MCP SERVER TOOL

by xJuliMendez

288 downloads
Not rated
GitHub

Description

# DOCKER DB MCP SERVER TOOL ## Configuration ### Cursor Create a .cursor/mcp.json ``` { "mcpServers": { "db-mcp-server": { "command": "node", "args": ["/home/julian/projects/db-mcp-server/build/index.js"…

About

# DOCKER DB MCP SERVER TOOL ## Configuration ### Cursor Create a .cursor/mcp.json ``` { "mcpServers": { "db-mcp-server": { "command": "node", "args": ["/home/julian/projects/db-mcp-server/build/index.js", "--config=/home/julian/projects/sebo/seco-backoffice/.cursor/configuration.json"] } } } ``` Create a config file…

Details

Author
xJuliMendez
Downloads
288
Categories
Database

- Connects to a MySQL database inside a Docker container

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name DOCKER DB MCP SERVER TOOL
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Configure it by creating a .cursor/mcp.json file with a command pointing to the server's build and a config file path. The config file must contain containerName, username, password, and database. Then enable the MCP server in Cursor.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "docker db mcp server tool": {
            "db-mcp-server": {
                "command": "node",
                "args": [
                    "/home/julian/projects/db-mcp-server/build/index.js",
                    "--config=/home/julian/projects/sebo/seco-backoffice/.cursor/configuration.json"
                ]
            }
        }
    }
}

McpServers

{
    "db-mcp-server": {
        "command": "node",
        "args": [
            "/home/julian/projects/db-mcp-server/build/index.js",
            "--config=/home/julian/projects/sebo/seco-backoffice/.cursor/configuration.json"
        ]
    }
}

DOCKER DB MCP SERVER TOOL

Configuration

Cursor

Create a .cursor/mcp.json

{
  "mcpServers": {
    "db-mcp-server": {
      "command": "node",
      "args": ["/home/julian/projects/db-mcp-server/build/index.js", "--config=/home/julian/projects/sebo/seco-backoffice/.cursor/configuration.json"]
    }
  }
}

Create a config file and pass it as a config to the mcp server command

{
    "containerName": "seco-backoffice-mysql-seco",
    "username": "seco-backoffice",
    "password": "twenty_list_map_fly",
    "database": "seco-backoffice"
}

Enable the mcp server in cursor settings

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.