lm for Cline
io.github.houtini-ai/lm
Connect Claude to any OpenAI-compatible LLM endpoint and offload routine work to a local model.
client:Cline
transport:stdio
runtime:npm
Install lm 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": {
"lm": {
"command": "npx",
"args": [
"-y",
"@houtini/lm"
],
"env": {
"HOUTINI_LM_ENDPOINT_URL": "<HOUTINI_LM_ENDPOINT_URL>",
"HOUTINI_LM_API_KEY": "<HOUTINI_LM_API_KEY>",
"HOUTINI_LM_MODEL": "<HOUTINI_LM_MODEL>",
"HOUTINI_LM_PROVIDER": "<HOUTINI_LM_PROVIDER>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs