Skip to content
Windsurf

lm for Windsurf

io.github.houtini-ai/lm

Connect Claude to any OpenAI-compatible LLM endpoint and offload routine work to a local model.

client:Windsurf transport:stdio runtime:npm

Install lm in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

lm in other clients