Best for
- Developers who run LLMs locally
- Users needing hardware-aware model selection and Ollama management
- Teams requiring deterministic scoring, calibrated routing, or policy audits
- Users who want structural checks before running downloaded models
The source describes an MCP server that exposes LLM Checker's hardware analysis, deterministic model recommendations, Ollama management, benchmarking, policy auditing, and model-file structural validation. It is suited to local model workflows; the source does not establish that it is an official server from Ollama, MCP, or another upstream product owner.
LLM Checker is a CLI tool with a built-in MCP server. It detects CPU, GPU, memory, and acceleration backends; scores models deterministically across quality, speed, fit, and context; and recommends models for local inference. Through Ollama it can search, download, run, and remove models. It also supports a multi-source model registry, benchmarking, policy auditing, calibrated routing, project recommendations, and structural safety validation for GGUF and safetensors files.
Install Node.js 18+ and Ollama, then run npm install -g llm-checker. Use llm-checker mcp-setup --client <client> to print or apply client configuration, or add the supplied npx configuration to an MCP-compatible client. Restart the client after changing its configuration.
{"mcpServers":{"llm-checker":{"command":"npx","args":["--yes","--package","llm-checker","llm-checker-mcp"]}}}