
Security News
Deno 2.4 Brings Back deno bundle, Improves Dependency Management and Observability
Deno 2.4 brings back bundling, improves dependency updates and telemetry, and makes the runtime more practical for real-world JavaScript projects.
[https://www.volcengine.com/product/mongodb]
v1
火山 mongo 管控面 sdk 的 mcp server,使客户可以自然语言的方式调用SDK
#文档型数据库MongoDB
#存储#数据库#文档型#MongoDB
获取MongoDB实例列表和数量
返回MongoDB实例的详情信息
获取MongoDB实例备份信息列表
获取MongoDB实例参数列表
获取MongoDB慢日志列表
可以使用 cline, cursor, claude desktop 或支持MCP server调用的的其他终端
从 volcengine 管理控制台获取 volcengine 访问密钥 ID、秘密访问密钥和区域
curl -LsSf https://astral.sh/uv/install.sh | sh
powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"
uv sync
uv build
On MacOS: ~/Library/Application\ Support/Claude/claude_desktop_config.json
On Windows: %APPDATA%/Claude/claude_desktop_config.json
{
"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"
}
}
}
{
"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"
}
}
}
}
MIT
FAQs
Add your description here
We found that mongodb-mcp-server demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Deno 2.4 brings back bundling, improves dependency updates and telemetry, and makes the runtime more practical for real-world JavaScript projects.
Security News
CVEForecast.org uses machine learning to project a record-breaking surge in vulnerability disclosures in 2025.
Security News
Browserslist-rs now uses static data to reduce binary size by over 1MB, improving memory use and performance for Rust-based frontend tools.