mcp llm gateway for Cursor
io.github.daedalus/mcp-llm-gateway
MCP-compatible LLM gateway that proxies completion requests.
client:Cursor
transport:stdio
runtime:pypi
Install mcp llm gateway in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp-llm-gateway": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-llm-gateway"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs