Skip to main content
Glama

MCP-MongoDB-MySQL-Server

query

Execute SQL SELECT queries on MySQL or MongoDB databases using a standardized interface. Input SQL statements and optional parameters to retrieve data directly from connected databases.

Instructions

Execute a SELECT query

Input Schema

NameRequiredDescriptionDefault
paramsNoQuery parameters (optional)
sqlYesSQL SELECT query

Input Schema (JSON Schema)

{ "properties": { "params": { "description": "Query parameters (optional)", "items": { "type": [ "string", "number", "boolean", "null" ] }, "type": "array" }, "sql": { "description": "SQL SELECT query", "type": "string" } }, "required": [ "sql" ], "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