Odel
LLM Preflight

LLM Preflight

Local
@feronovak2PythonMITUpdated 1w ago

Local, cross-provider preflight checks for LLM integration changes.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIllm-preflightv2.10.0

Run

uvx llm-preflight

MCP client config

{
  "mcpServers": {
    "llm-preflight": {
      "command": "uvx",
      "args": [
        "llm-preflight"
      ]
    }
  }
}