Installation & Configuration
{
"mcpServers": {
"mongodb": {
"command": "<full_path_uv_command>",
"args": [
"--directory",
"<your_mcp_server_directory>",
"run",
"src/main.py"
],
"env": {
"MONGODB_HOST": "<your_mongodb_host>",
"MONGODB_PORT": "<your_mongodb_port>",
"MONGODB_USERNAME": "<your_mongodb_username>",
"MONGODB_PASSWORD": "<your_mongodb_password>",
"MONGODB_AUTH_SOURCE": "<your_auth_source>",
"MONGODB_SSL": true,
"MONGODB_CA_PATH": "<your_mongodb_ca_path>"
}
}
}
}Information
Transport
stdio
Language
Python
Created
2025/4/27
Updated
2025/6/3