SF Muni Real-Time Transit for Cursor
io.github.srivastsh/muni-mcp
Real-time SF Muni departures, routes, alerts, vehicle positions, and schedules.
client:Cursor
transport:streamable-http
Install SF Muni Real-Time Transit in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"muni-mcp": {
"url": "https://muni-mcp.srivastsh.workers.dev/mcp"
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs