lm for Zed
io.github.houtini-ai/lm
Connect Claude to any OpenAI-compatible LLM endpoint and offload routine work to a local model.
client:Zed
transport:stdio
runtime:npm
Install lm in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"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>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs