lm for Claude Code
io.github.houtini-ai/lm
Connect Claude to any OpenAI-compatible LLM endpoint and offload routine work to a local model.
client:Claude Code
transport:stdio
runtime:npm
Install lm in Claude Code
run in your project directory
claude mcp add lm -e HOUTINI_LM_ENDPOINT_URL=<HOUTINI_LM_ENDPOINT_URL> -e HOUTINI_LM_API_KEY=<HOUTINI_LM_API_KEY> -e HOUTINI_LM_MODEL=<HOUTINI_LM_MODEL> -e HOUTINI_LM_PROVIDER=<HOUTINI_LM_PROVIDER> -- npx -y @houtini/lm
Adds it for this project only. Append --scope user to make it available everywhere. Claude Code docs