mcp llm gateway for Cline
io.github.daedalus/mcp-llm-gateway
MCP-compatible LLM gateway that proxies completion requests.
client:Cline
transport:stdio
runtime:pypi
Install mcp llm gateway in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"mcp-llm-gateway": {
"command": "uvx",
"args": [
"mcp-llm-gateway"
]
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs