FitLLM
run.fitllm/fitllmWill this LLM fit on your GPU, multi-GPU rig or Mac? Exact VRAM & KV-cache math. Read-only.
Tools · 3
Check whether a specific local LLM fits in the memory of a specific GPU or Apple Silicon Mac. Returns fits/tight/won't-fit verdict with the full memory breakdown (weights, KV cache, overhead), max con…
Rank which popular local LLMs fit on a given GPU or Apple Silicon Mac (at ~4-bit quantization, 8K context) — models that fit come first, biggest first, with max context each. Use when a user asks "wha…
List the built-in model names and hardware names this fit-checker knows (for mapping user wording to exact names). Standard text-only HuggingFace transformer configs can also be checked via fitllm.run…
Resources · 4
Built-in local LLM catalog with the architecture fields the fit engine uses (layers, KV heads/dims, sliding window, MLA, hybrid attention, MoE). JSON.
fitllm://models
GPUs (VRAM, bandwidth, source-cited) and Apple Silicon chips (unified memory tiers) known to the engine. JSON.
fitllm://hardware
Every model × device × quant verdict computed by the engine — starter matrix inline; full CSV/JSON at fitllm.run/data. CC0 data.
fitllm://census
The open MIT calculation engine behind every verdict: source, npm package, conformance vectors, versions. Agents may fetch and run it directly.
fitllm://engine
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"fitllm": {
"url": "https://fitllm.run/api/mcp",
"transport": "streamable-http"
}
}
}