Skip to content
Cursor

LLM Preflight for Cursor

io.github.feronovak/llm-preflight

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

client:Cursor transport:stdio runtime:pypi

Install LLM Preflight in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

LLM Preflight in other clients