Add your description here
Project description
Volc Mongo SDK MCP Server
[https://www.volcengine.com/product/mongodb]
版本信息
v1
产品描述
火山 mongo 管控面 sdk 的 mcp server,使客户可以自然语言的方式调用SDK
分类
#文档型数据库MongoDB
标签
#存储#数据库#文档型#MongoDB
Tools
list_db_instances
详细描述:
获取MongoDB实例列表和数量
db_instance_detail
详细描述:
返回MongoDB实例的详情信息
list_db_instance_backups
详细描述:
获取MongoDB实例备份信息列表
list_db_instance_params
详细描述:
获取MongoDB实例参数列表
describe_slow_log
详细描述:
获取MongoDB慢日志列表
可适配平台
可以使用 cline, cursor, claude desktop 或支持MCP server调用的的其他终端
鉴权方式
从 volcengine 管理控制台获取 volcengine 访问密钥 ID、秘密访问密钥和区域
安装部署
系统依赖
- 安装 Python 3.10 或者更高版本
- 安装 uv
- 如果是linux系统
curl -LsSf https://astral.sh/uv/install.sh | sh- 如果是window系统
powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex" - 同步依赖项并更uv.lock:
uv sync - 构建cmp server:
uv build
使用 Claude Desktop
On MacOS: ~/Library/Application\ Support/Claude/claude_desktop_config.json
On Windows: %APPDATA%/Claude/claude_desktop_config.json
Servers Configuration
{
"mcpServers": {
"mongo_mcp_server": {
"disabled": false,
"command": "uvx",
"args": [
"--directory",
"/<path to mcp-servers>/mcp-servers/src/git/mongodb-mgr-sdk-mcp-server/src/mcp_server_mongodb/",
"run",
"server.py"
],
"env": {
"VOLC_ACCESSKEY": "your-access-key-id",
"VOLC_SECRETKEY": "your-access-key-secret",
"VOLC_REGION": "VOLC_REGION"
},
"transportType": "stdio"
}
}
}
使用 UVX
{
"mcpServers": {
"las-dataset-mcp": {
"command": "uvx",
"args": [
"--from",
"git+https://github.com/volcengine/mcp-server#subdirectory=server/mcp_server_mongodb",
"mcp-server-mognodb"
],
"env": {
"VOLC_ACCESSKEY": "your-access-key-id",
"VOLC_SECRETKEY": "your-access-key-secret",
"VOLC_REGION": "VOLC_REGION"
}
}
}
}
License
MIT
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file mongodb_mcp_server-0.1.1.tar.gz.
File metadata
- Download URL: mongodb_mcp_server-0.1.1.tar.gz
- Upload date:
- Size: 4.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.6.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a85822a10943445335be8894ecff2c08238c63016ad52ded7700a0783a6210e3
|
|
| MD5 |
35a01fe72de57a98d8c3b2594f5eb350
|
|
| BLAKE2b-256 |
00a8fb6dab613019aace67e7d18af9982e9d614ccb3d07a33d804f819b761945
|
File details
Details for the file mongodb_mcp_server-0.1.1-py3-none-any.whl.
File metadata
- Download URL: mongodb_mcp_server-0.1.1-py3-none-any.whl
- Upload date:
- Size: 5.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.6.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2ad6c822f32635575c4c645514da602e251451bc185f313bc918a6755c47e77c
|
|
| MD5 |
e63e7e12f192cd68c1f9fd53ea482561
|
|
| BLAKE2b-256 |
68da122df15f611fdea23d1f875b9b04e833bedc2d39ee0b2b1d69dfa2fc8265
|