Skip to main content
Glama

MySQL MCP Server

by caicongyang
cursor_config.json584 B
{ "mcp_service": { "name": "SimpleWeatherServer", "description": "提供基本天气查询服务", "version": "1.0.0", "transport": "http", "url": "http://localhost:8000" }, "tools": [ { "name": "get_weather", "description": "获取指定城市的当前天气", "parameters": { "type": "object", "properties": { "location": { "type": "string", "description": "城市名称,如'北京'、'上海'、'London'" } }, "required": ["location"] } } ] }

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/caicongyang/mcp-demo'

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