MCP.so
登录

DOCKER DB MCP SERVER TOOL

@xJuliMendez

关于 DOCKER DB MCP SERVER TOOL

暂无概览

基本信息

分类

数据库

运行时

node

传输方式

stdio

发布者

xJuliMendez

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "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"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is DOCKER DB MCP SERVER TOOL?

An MCP server that connects to a MySQL database inside a Docker container using credentials and database name provided in a JSON configuration file.

How to use DOCKER DB MCP SERVER TOOL?

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.

Key features of DOCKER DB MCP SERVER TOOL

  • Connects to a MySQL database inside a Docker container

Use cases of DOCKER DB MCP SERVER TOOL

FAQ from DOCKER DB MCP SERVER TOOL

How do I configure the server?

What runtime is required?

Where is the database connection data stored?

What transport or authentication does it use?

What are the known limitations?

评论

数据库 分类下的更多 MCP 服务器