[ MCP_NODE_3762 ]
MongoDB 官方集成
分类:
数据库
协议:
MCP v1.0
[ 描述 ]
提供对 MongoDB 文档数据库的直接访问,支持复杂的聚合查询和文档管理。
[ 配置_JSON ]
claude_desktop_config.json
{
"mcpServers": {
"mongodb-official": {
"description": "Official MongoDB MCP Server by MongoDB. Connect to MongoDB databases and Atlas clusters for querying, aggregation, and collection management.",
"command": "npx",
"args": [
"-y",
"mongodb-mcp-server@latest"
],
"env": {
"MDB_MCP_CONNECTION_STRING": "<your-mongodb-connection-string>"
}
}
}
}
数据来源:claude-code-templates(MIT),中文翻译由 AI 生成。详见关于我们。
粤公网安备44030002003366号