← Back to Plugins
MCP Server MCP

io.github.houtini-ai/lm

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y @houtini/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@houtini/lm",
      "version": "3.2.3",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Base URL of the OpenAI-compatible API endpoint (e.g. http://localhost:1234, https://openrouter.ai/api). Legacy alias: LM_STUDIO_URL.",
          "format": "string",
          "name": "HOUTINI_LM_ENDPOINT_URL"
        },
        {
          "description": "Bearer token for API authentication (no auth if blank). Legacy aliases: LM_STUDIO_PASSWORD, LM_PASSWORD, OPENROUTER_API_KEY.",
          "format": "string",
          "isSecret": true,
          "name": "HOUTINI_LM_API_KEY"
        },
        {
          "description": "Model identifier to use for requests (auto-detected if not set). Legacy alias: LM_STUDIO_MODEL.",
          "format": "string",
          "name": "HOUTINI_LM_MODEL"
        },
        {
          "description": "Optional provider override: 'openrouter' forces OpenRouter-specific handling (attribution headers, reasoning.exclude, no inference serialisation). Auto-detected from the endpoint URL when possible.",
          "format": "string",
          "name": "HOUTINI_LM_PROVIDER"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...