DOCKER DB MCP SERVER TOOL
@xJuliMendez
关于 DOCKER DB MCP SERVER TOOL
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 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 服务器
MCP Server for MySQL based on NodeJS
benborlaA Model Context Protocol server that provides read-only access to MySQL databases. This server enables LLMs to inspect database schemas and execute read-only queries.
Database Gateway
centralmindUniversal MCP-Server for your Databases optimized for LLMs and AI-Agents.
MongoDB Lens
furey🍃🔎 MongoDB Lens: Full Featured MCP Server for MongoDB Databases
Sail MCP Server for Spark SQL
lakehqDrop-in Apache Spark replacement written in Rust, unifying batch processing, stream processing, and compute-intensive AI workloads.
Elasticsearch/OpenSearch MCP Server
cr7258A Model Context Protocol (MCP) server implementation that provides Elasticsearch and OpenSearch interaction.
评论