Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

io.github.houtini-ai/lm

NPM · @HOUTINI/LM · SCANNED SEP 25

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

Available components

+5 this week 80 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →

Supply Chain Security98
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • No install/post-install scripts declared.Pass
  • 31 of 95 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency48
  • Source repository is publicly reachable at the declared URL. View diagnostics → Pass
  • Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
  • Clear OSI-approved license (Apache-2.0).Pass
  • Actively maintained (last published 0 days ago).Pass
  • Publishes a security disclosure policy (SECURITY.md).Pass
Schema Quality & AI Usability73
  • 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
  • AI-judged instruction clarity (good).Pass
  • Context-footprint check failed: tool/resource definitions use about 3292 tokens (~365/item across 9 items; 8 tools + 1 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management80
  • Stability observed for 24 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Tool Safety75
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • 0 of 2 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation; "chat" implies "send" and declares no destructiveHint at all, which the MCP spec reads as destructive by default. See how to fix → Fail
  • An AI judge read all 10 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

How do I install the io.github.houtini-ai/lm MCP server?

io.github.houtini-ai/lm runs locally as an npm package, launched with npx -y @houtini/lm. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

npm · @houtini/lm

# add to Claude Code
claude mcp add houtini-ai-lm -- npx -y @houtini/lm
// .cursor/mcp.json
{
  "mcpServers": {
    "houtini-ai-lm": {
      "command": "npx",
      "args": [
        "-y",
        "@houtini/lm"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "houtini-ai-lm": {
      "command": "npx",
      "args": [
        "-y",
        "@houtini/lm"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add houtini-ai-lm -- npx -y @houtini/lm
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "houtini-ai-lm": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@houtini/lm"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add houtini-ai-lm --command npx --arg -y --arg @houtini/lm
# ~/.hermes/config.yaml
mcp_servers:
  houtini-ai-lm:
    command: "npx"
    args: ["-y", "@houtini/lm"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "houtini-ai-lm": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "@houtini/lm"
      ]
    }
  }
}
# add to Vellum
assistant mcp add houtini-ai-lm -t stdio -c npx -a -y @houtini/lm
// mcp.json
{
  "mcpServers": {
    "houtini-ai-lm": {
      "command": "npx",
      "args": [
        "-y",
        "@houtini/lm"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 25 Sept 26 +23
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 24 Sept 26 −20
    • Known CVEs: pass → unverified ▼ security
    • Malware scan: pass → unverified ▼ security
    • Source repository: fail → pass ▲ security
    • Stability: 0.97 → pass security
    • Dependency health: 0.84 → unverified ▼ functional
    • Schema quality: excellent → good functional
    • Package version: 3.3.1 → 3.3.3 functional
    • Package version: 3.3.1 → 3.3.2 functional
  • 23 Sept 26 0
    • Stability: 0.93 → unverified ▼ security
    • Tool safety: pass → unverified ▼ security
    • Capabilities: pass → unverified ▼ functional
    • Tool coverage: 100 → unverified ▼ functional
    • Schema quality: 100 → unverified ▼ functional
    • Package version: 3.2.3 → 3.3.1 functional
  • 22 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 90 to 93. That category is still filling its 30-day observation window: 27 days of observed history at the previous scan, 28 at this one. The score rises as the window fills, whether or not the server changes.

  • 20 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 83 to 87. That category is still filling its 30-day observation window: 25 days of observed history at the previous scan, 26 at this one. The score rises as the window fills, whether or not the server changes.

  • 18 Sept 26 −3
    • Stability: pass → 0.80 functional
  • 17 Sept 26 +1
    • Stability: 0.97 → pass security
  • 15 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 90 to 93. That category is still filling its 30-day observation window: 27 days of observed history at the previous scan, 28 at this one. The score rises as the window fills, whether or not the server changes.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 25 Sept 2026 · Analysed npm/@houtini/lm@3.3.3

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem npm

Background: How many MCP packages publish verified provenance →

Dependencies 95 packages
Packages resolved 95
Stale 31
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 8 exposed · ~3,080 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
chat ~873

Send a task to a local LLM - a sidekick running on the user's hardware or a configured OpenAI-compatible endpoint. It does not consume the user's Claude quota. Trades latency for tokens: local inference is typically 3-30× slower than frontier models, so delegation wins when the task is bounded and self-contained. Good fit: • Explain or summarise code/docs you already have in context • Generate boilerplate, test stubs, type definitions, mock data • Answer factual questions about languages, frameworks, APIs • Draft commit messages, PR descriptions, comments • Translate or reformat content (JSON↔YAML, snake_case↔camelCase) • Brainstorm approaches before committing to one Less good when: the task needs tool access, depends on multi-file context you have not captured, or is quick enough for you to answer directly before the round-trip completes. Prompt tips (local models take instructions literally): (1) Send COMPLETE context - the local LLM cannot read files. (2) Be explicit about output format ("respond as a JSON array", "return only the function"). (3) Specific system persona beats generic - "Senior TypeScript dev" not "helpful assistant". (4) State constraints - "no preamble", "reference line numbers", "max 5 bullets". (5) Leave max_tokens UNSET - the server sizes the budget from the model's real context window. Tiny caps like 256 waste the model: reasoning burns the budget before any visible output. Routing picks the best loaded model automatically. Call `discover` to see what is loaded and, after the first real call, its measured speed. The footer shows cumulative tokens offloaded.

NameTypeReqDescription
frequency_penaltynumber–OpenAI-style frequency penalty, -2 to 2.
json_schemaobject–Force structured JSON output. Provide a JSON Schema object and the response will be guaranteed valid JSON conforming to it. Example: {"name":"result","schema":{"type":"object","properties":{"answer":…
max_tokensnumber–Response token budget. OMIT THIS - when omitted the server checks the live model's context window and allocates 25% of it (e.g. ~32,000 tokens on a 128k-context model), which is right for almost ever…
messagestringyesThe task. Be specific about expected output format. Include COMPLETE code/context - never truncate.
modelstring–Optional: pin to a specific model id (e.g. "nvidia/nemotron-3-nano-30b-a3b:free" on OpenRouter, "qwen.qwen3-coder-30b-a3b-instruct" on LM Studio). When set, overrides automatic routing. Useful on pro…
presence_penaltynumber–OpenAI-style presence penalty, -2 to 2.
repeat_penaltynumber–Penalise repetition, 0–2 (1 = off, ~1.1 typical).
seedinteger–Deterministic sampling seed - same seed + same prompt → reproducible output. Useful for testing.
stopstring|array–Stop sequence(s) - generation halts when one is produced (up to 4).
systemstring–Persona for the local LLM. Be specific: "Senior TypeScript dev" not "helpful assistant".
temperaturenumber–0.1 for factual/code, 0.3 for analysis (default), 0.7 for creative. Stay under 0.5 for code.
top_kinteger–Sample only from the top-K tokens (e.g. 40). 0/omitted = disabled.
top_pnumber–Nucleus sampling 0–1 (e.g. 0.9). Lower = more focused. Alternative to temperature.

No output schema declared.

No examples provided.

code_task ~525

Send a code-specific task to the local LLM, wrapped with an optimised code-review system prompt. Temperature is locked low (0.2 or the routed model's hint) for deterministic output. Good fit: • Explain what a function/class does • Find bugs or suggest improvements • Generate unit tests or type definitions for existing code • Add error handling, logging, or validation • Convert between languages or patterns For best results: • Provide COMPLETE source - the local LLM cannot read files. • Include imports and type definitions so the model has full context. • Be specific: "Write 3 Jest tests for the error paths in fetchUser" beats "Write tests". • Set the language field - it shapes the system prompt and improves accuracy. Verify generated code compiles, handles edge cases, and follows project conventions before committing.

NameTypeReqDescription
codestringyesCOMPLETE source code. Never truncate. Include imports and full function bodies.
frequency_penaltynumber–OpenAI-style frequency penalty, -2 to 2.
languagestring–Programming language: "typescript", "python", "rust", etc.
max_tokensnumber–Response token budget. OMIT THIS - the server sizes it from the live model's context window (25%, e.g. ~32,000 on a 128k-context model). Values below 4,096 are IGNORED (tiny caps strangle reasoning m…
modelstring–Optional: pin to a specific model id. When set, overrides automatic routing.
presence_penaltynumber–OpenAI-style presence penalty, -2 to 2.
repeat_penaltynumber–Penalise repetition, 0–2 (1 = off, ~1.1 typical).
seedinteger–Deterministic sampling seed - same seed + same prompt → reproducible output. Useful for testing.
stopstring|array–Stop sequence(s) - generation halts when one is produced (up to 4).
taskstringyesWhat to do: "Find bugs", "Explain this", "Add error handling to fetchData", "Write tests".
top_kinteger–Sample only from the top-K tokens (e.g. 40). 0/omitted = disabled.
top_pnumber–Nucleus sampling 0–1 (e.g. 0.9). Lower = more focused. Alternative to temperature.

No output schema declared.

No examples provided.

code_task_files ~625

Like code_task, but the local LLM reads files directly from disk - source never passes through the MCP client's context window. Use when reviewing multiple files or a single large file. How it works: • Provide absolute paths. Relative paths are rejected. • Files are read in parallel (Promise.allSettled) - one unreadable file does not sink the call. • Files are concatenated with `=== filename ===` headers and sent to the same code-review pipeline as code_task. • Read failures are surfaced inline with the reason so the LLM can still reason about the rest. • Pre-flight prefill estimate: if measured per-model data shows the input would exceed the MCP client's ~60s request timeout during prompt processing, the call is refused early with a diagnostic instead of hanging. Split or trim when this fires. Good fit: • Reviewing related files together (module + its tests, client + server pair) • Auditing a single large file too big to paste comfortably • Any code_task where keeping source out of the Claude context window matters Size guidance: on slow hardware (< 25 tok/s generation), keep total input under ~8,000 tokens (~32,000 chars) to stay safely under the client timeout. Faster hardware handles much more - the pre-flight estimator adapts once you've done a few calls and real per-model timings are in the SQLite cache. Same review discipline as code_task - verify the output before acting on it.

NameTypeReqDescription
frequency_penaltynumber–OpenAI-style frequency penalty, -2 to 2.
languagestring–Optional language hint: "typescript", "python", etc. Shapes the system prompt.
max_tokensnumber–Response token budget. OMIT THIS - the server sizes it from the live model's context window (25%). Values below 4,096 are IGNORED and the dynamic budget applies. Only set to raise the ceiling.
modelstring–Optional: pin to a specific model id. When set, overrides automatic routing.
pathsarrayyesAbsolute file paths to analyse. Relative paths are rejected - always pass absolute.
presence_penaltynumber–OpenAI-style presence penalty, -2 to 2.
repeat_penaltynumber–Penalise repetition, 0–2 (1 = off, ~1.1 typical).
seedinteger–Deterministic sampling seed - same seed + same prompt → reproducible output. Useful for testing.
stopstring|array–Stop sequence(s) - generation halts when one is produced (up to 4).
taskstringyesWhat to do: "Find bugs", "Explain this module", "Suggest a cleaner API", etc.
top_kinteger–Sample only from the top-K tokens (e.g. 40). 0/omitted = disabled.
top_pnumber–Nucleus sampling 0–1 (e.g. 0.9). Lower = more focused. Alternative to temperature.

No output schema declared.

No examples provided.

custom_prompt ~644

Structured analysis via the local LLM with explicit system/context/instruction separation. The 3-part format prevents context bleed in smaller models - the local LLM acknowledges the context in a fake assistant turn before receiving the instruction. Good fit when prompt structure matters: • Code review - paste full source, ask for bugs/improvements • Comparison - paste two implementations, ask which is better and why • Refactoring suggestions - paste code, ask for a cleaner version • Content analysis - paste text, ask for structure/tone/issues • Any task where separating context from instruction improves clarity Field guidance (each has a job - keep them focused): • system: persona + constraints, under 30 words. "Expert Python developer focused on performance and correctness." • context: COMPLETE data - full source, full logs, full text. Never truncate. • instruction: exactly what to produce, under 50 words. Specify format: "Return a JSON array of {line, issue, fix}." Review the output before acting on it - local model capability varies.

NameTypeReqDescription
contextstring–The COMPLETE data to analyse. Full source code, full logs, full text. NEVER truncate.
frequency_penaltynumber–OpenAI-style frequency penalty, -2 to 2.
instructionstringyesWhat to produce. Specify format: "List 3 bugs as bullet points" or "Return a JSON array of {line, issue, fix}".
json_schemaobject–Force structured JSON output. Provide a JSON Schema object and the response will be guaranteed valid JSON conforming to it.
max_tokensnumber–Response token budget. OMIT THIS - the server sizes it from the live model's context window (25%, e.g. ~32,000 on a 128k-context model). Values below 4,096 are IGNORED (tiny caps strangle reasoning m…
modelstring–Optional: pin to a specific model id. When set, overrides automatic routing.
presence_penaltynumber–OpenAI-style presence penalty, -2 to 2.
repeat_penaltynumber–Penalise repetition, 0–2 (1 = off, ~1.1 typical).
seedinteger–Deterministic sampling seed - same seed + same prompt → reproducible output. Useful for testing.
stopstring|array–Stop sequence(s) - generation halts when one is produced (up to 4).
systemstring–Persona. Be specific: "Expert Node.js developer focused on error handling and edge cases."
temperaturenumber–0.1 for bugs/review, 0.3 for analysis (default), 0.5 for suggestions.
top_kinteger–Sample only from the top-K tokens (e.g. 40). 0/omitted = disabled.
top_pnumber–Nucleus sampling 0–1 (e.g. 0.9). Lower = more focused. Alternative to temperature.

No output schema declared.

No examples provided.

discover ~86

Check whether the local LLM is online and what model is loaded. Returns model name, context window size, response latency, and cumulative session stats (tokens offloaded so far). Call this if you are unsure whether the local LLM is available before delegating work. Fast - typically responds in under 1 second, or returns an offline status within 5 seconds if the host is unreachable.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

embed ~103

Generate text embeddings via the local LLM server. Requires an embedding model to be loaded (e.g. Nomic Embed). Returns a vector representation of the input text for semantic search, similarity comparison, or RAG pipelines. Uses the OpenAI-compatible /v1/embeddings endpoint.

NameTypeReqDescription
inputstringyesThe text to embed. Can be a single string.
modelstring–Embedding model ID. If omitted, uses whatever embedding model is loaded.

No output schema declared.

No examples provided.

list_models ~90

List all models on the local LLM server - both loaded (ready) and available (downloaded but not active). Shows rich metadata for each model: type (llm/vlm/embeddings), architecture, quantization, context window, and a capability profile describing what the model is best at. Use this to understand which models are available and suggest switching when a different model would suit the task better.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

stats ~134

Show user stats: tokens offloaded, calls made, per-model performance - for the current session AND lifetime (persisted in SQLite at ~/.houtini-lm/model-cache.db). Unlike `discover` which includes the model catalog, `stats` returns just the numbers in a compact markdown table - cheap to call repeatedly to see the 💰 offloaded counter climb. Useful for quantifying how much work the local model is genuinely doing, and for noticing when a model's reasoning-token ratio is drifting.

NameTypeReqDescription
modelstring–Optional: filter output to a single model ID. Omit to see all models this workstation has used.

No output schema declared.

No examples provided.

Common questions

What is the io.github.houtini-ai/lm MCP server?

io.github.houtini-ai/lm is an MCP server listed in the public MCP registry as io.github.houtini-ai/lm. Connect Claude to any OpenAI-compatible LLM endpoint and offload routine work to a local model. This page covers its npm package (@houtini/lm).

Is the io.github.houtini-ai/lm MCP server safe to use?

io.github.houtini-ai/lm scores 80 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 25 September 2026. It declares no install or post-install scripts. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the io.github.houtini-ai/lm MCP server expose?

io.github.houtini-ai/lm exposes 8 tools: chat, custom_prompt, code_task, code_task_files, discover, and 3 more. Their descriptions and schemas cost roughly 3,080 tokens of context every time the server is loaded.

Is the io.github.houtini-ai/lm MCP server still maintained?

io.github.houtini-ai/lm is still listed as active in the MCP registry. We last reached this channel on 25 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

What licence is the io.github.houtini-ai/lm MCP server under?

io.github.houtini-ai/lm declares the Apache-2.0 licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.