We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/rmoriz/mvg_stoerung_mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"mcpServers": {
"mvg-stoerung": {
"command": "./venv/bin/python",
"args": ["mvg_mcp_server.py"],
"cwd": ".",
"description": "MVG Störung (Munich Public Transport Disruptions) MCP Server - Provides cached access to MVG incident data with 10+ minute caching",
"env": {
"PYTHONPATH": "."
}
}
}
}