DOCKER DB MCP SERVER TOOL
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
Jump to
- 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:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
DOCKER DB MCP SERVER TOOLCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- 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
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



