Skip to main content
Glama

MCP-MongoDB-MySQL-Server

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

NameRequiredDescriptionDefault
databaseNoMongoDB database name
urlNoMongoDB URL (mongodb://user:pass@host:port/db)
workspaceNoProject workspace path

Input Schema (JSON Schema)

{ "properties": { "database": { "description": "MongoDB database name", "optional": true, "type": "string" }, "url": { "description": "MongoDB URL (mongodb://user:pass@host:port/db)", "optional": true, "type": "string" }, "workspace": { "description": "Project workspace path", "optional": true, "type": "string" } }, "type": "object" }
Install Server

Other Tools from MCP-MongoDB-MySQL-Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/yaoxiaolinglong/mcp-mongodb-mysql-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server