LLM Preflight
Rank #9,642io.github.feronovak/llm-preflight
Local, cross-provider preflight checks for LLM integration changes.
LLM Preflight is a Model Context Protocol (MCP) server published by feronovak. It ranks #9,642 of 132,046 servers tracked on MCP Toplist, and its repository has 2 GitHub stars. LLM Preflight is listed across 2 registries — Official MCP and Glama, with 2 tracked versions. It was first listed on Aug 20, 2026 and most recently updated on Sep 8, 2026.
Ranks ahead of 122,404 of 132,046 servers on MCP Toplist.
Use LLM Preflight
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add llm-preflight -- uvx llm-preflight --workspace[mcp_servers.llm-preflight]
command = "uvx"
args = ["llm-preflight", "--workspace"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"llm-preflight": {
"command": "uvx",
"args": [
"llm-preflight",
"--workspace"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"llm-preflight": {
"command": "uvx",
"args": [
"llm-preflight",
"--workspace"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"llm-preflight": {
"type": "stdio",
"command": "uvx",
"args": [
"llm-preflight",
"--workspace"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"llm-preflight": {
"command": "uvx",
"args": [
"llm-preflight",
"--workspace"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"llm-preflight": {
"command": "uvx",
"args": [
"llm-preflight",
"--workspace"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.feronovak%2Fllm-preflight)<a href="https://mcptoplist.com/server/io.github.feronovak%2Fllm-preflight"><img src="https://mcptoplist.com/badge/io.github.feronovak%2Fllm-preflight.svg" alt="MCP Toplist: Top 10% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
feronovak
Available versions (2)
| Version | Published |
|---|---|
| 2.13.0 | Sep 8, 2026 |
| 2.10.0 | Aug 31, 2026 |
Frequently asked questions
- Who maintains LLM Preflight?
- LLM Preflight is maintained by feronovak, which publishes 1 MCP server (2 total versions) tracked on MCP Toplist.
- Is LLM Preflight listed on the Official MCP Registry?
- Yes — LLM Preflight is listed on the Official MCP Registry, alongside Glama.
- How many versions does LLM Preflight have?
- MCP Toplist tracks 2 versions of LLM Preflight, most recently published on Sep 8, 2026.
- Where can I find the source code for LLM Preflight?
- The source code for LLM Preflight is hosted at github.com/feronovak/llm-preflight.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.