Skip to main content
Glama

MCP Weather Sample

by sun873087
servers-config.json633 B
{ "mcpServers": { "sse_weather": { "type": "http", "url": "http://localhost:8080/mcp", "disabled": false, "accessToken": "password123", "allowedTools":[ "get_alerts", "get_forecast" ], "notAllowedTools":[ "get_forecast" ] }, "stdio_weather": { "type": "stdio", "command": "uv", "cwd": "src/servers/weather/stdio", "args": ["run", "python", "weather.py"], "disabled": false, "allowedTools":[ "get_alerts", "get_forecast" ], "notAllowedTools":[ "get_alerts" ] } } }

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/sun873087/mcp-sample'

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