connect_mongodb
Enables connection to a MongoDB database via URL or configuration, facilitating data access and operations within the MCP-MongoDB-MySQL-Server environment for streamlined database interactions.
Instructions
Connect to MongoDB database using URL or config
Input Schema
Name | Required | Description | Default |
---|---|---|---|
database | No | MongoDB database name | |
url | No | MongoDB URL (mongodb://user:pass@host:port/db) | |
workspace | No | Project workspace path |