Fit LLM MCP Server

Why a CLI? The "will it run?" question is born in the terminal - one line before ollama pull. No install, no tab-switching, and it reads your actual hardware with --detect instead of asking you to know your VRAM. It is available as a remote MCP endpoint.

Teams that want a hosted memory endpoint instead of running a local process. The project is written in JavaScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-23 · ★ 8 · #213 OF 259 MAINTAINED MEMORY · VERIFIED 2026-08-25

MIT · JavaScript servers · how we verify → /methodology

01 · Install Fit LLM

before you install - you'll need

The README does not document required environment variables for a basic install.

Claude Code

claude mcp add click6067-ship-it-fitllm-engine --transport http https://fitllm.run/api/mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "click6067-ship-it-fitllm-engine": {
      "url": "https://fitllm.run/api/mcp"
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

https://fitllm.run/api/mcp

transport: streamable-http

endpoint alive - responded to MCP initialize · probed 2026-08-25

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as remote - your agent's requests go to fitllm.run

endpoint auth accepted our unauthenticated MCP initialize - no credentials needed to connect

license MIT - declared in the repository

registry vendor namespace run.fitllm - domain-verified with the official MCP registry

03 · What Fit LLM can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v2.1.1 · 2026-07-09

parseHfConfig under-counted params ~2x for pre-quantized repos (MLX/AWQ/bnb) by deriving bytes from torch_dtype instead of the stored bit-width. Now reads quantization(.bits)/quantization_config(.bits) first. Reported…

v2.1.0 · 2026-07-09

heterogeneous multi-GPU - --gpu "RTX 5090 + RTX 3090" combos + --count N (VRAM pools, per-card reserve, slowest-card bandwidth) · combineGpus() + simulateStack() (multi-model co-residency fit - speculative decoding…

v2.0.0 · 2026-07-09

npx fitllm - one-line fit verdict · bash · npx fitllm "GLM-4.7-Flash" --gpu 4090 # ✓ FITS - 21.9/24 GB, free 2.1 GB · npx fitllm "gpt-oss-120b" --mac 64 # ✗ WON'T FIT → what to change to make it fit · Exit code…

04 · Who maintains Fit LLM

FitLLM is maintained by click6067-ship-it. It's the only MCP server we track from this author; the repo dates to May 2026.

05 · Facts

category
memory - ranked #213 of 259 actively-maintained memory servers as of 2026-08-25.
release cadence
3 releases in the last 90 days (latest 2026-07-09)
registry
run.fitllm/fitllm (active, first published 2026-07-09)

06 · Fit LLM FAQ

What is Fit LLM?

Why a CLI? The "will it run?" question is born in the terminal - one line before ollama pull. No install, no tab-switching, and it reads your actual hardware with --detect instead of asking you to know your VRAM. It is available as a remote MCP endpoint.

Is Fit LLM still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-23 and it shipped 3 releases in the last 90 days. We re-verify nightly.

How do I install Fit LLM?

Run `claude mcp add click6067-ship-it-fitllm-engin --transport http https://fitllm.run/api/mcp`. The README does not document required environment variables for a basic install. You can also paste the ready-made client config above.

Does Fit LLM require authentication?

No - the endpoint accepted our unauthenticated MCP initialize when probed on 2026-08-25; you can connect without credentials.

07 · Alternatives to Fit LLM

Pairs well with

Servers that cover what Fit LLM doesn't - only shown when the pairing reason fits the companion.

  1. Server Filesystem → filesystem companion filesystem · ★ 38,704
  2. X402 List MCP → filesystem companion filesystem · ★ 58

More memory MCP servers · Cpersona · Growmos · Agent Coherence - Stale Write Guard (FS) · Openfda MCP Server · Dakera MCP

More JavaScript MCP servers · Sam Gov · Procm · Afip · Andreani · Bcra · see all