Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI → MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE ↗ (opens in a new tab)
  • llms.txt ↗ (opens in a new tab)
  • Catalog JSON ↗ (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub ↗ (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Ā© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. šŸ¤– Coding Agents
  3. Preflight
Preflight logo
Health: ActiveRecent health check succeeded.Last checked 9/11/2026, 5:30:31 PM

Preflight

User RatingsBe the first to rate and review this MCP server!
View Repository12 GitHub StarsTotal stargazers on GitHub for the source repository (12 stars).Visit Website
mcpclaude-codeprompt-engineeringdeveloper-toolssession-analysis

Prevents vague coding prompts from causing unnecessary rework with triage, session analysis, planning, and verification tools.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag — we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON ā–¾

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "preflight-dev-preflight": {
      "command": "npx",
      "args": [
        "-y",
        "preflight-dev-serve"
      ]
    }
  }
}

šŸ’” Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Tool Schemas (24) Directory Badge Claim listing AlternativesšŸ¤– More in Coding Agents

Overview

The preflight-dev/preflight MCP server evaluates coding prompts before work begins, classifying them as trivial, clear, ambiguous, cross-service, or multi-step. It can then chain clarification, scoping, task sequencing, contract searches, checkpoints, and completion checks based on the prompt. Session JSONL data is parsed into per-project LanceDB databases for semantic history search, timelines, scorecards, and cost analysis. Reach for it when Claude Code sessions need better prompt specificity, project context, correction tracking, or verification before declaring work complete.

Use cases

•Triage vague coding prompts before execution
•Search prior Claude Code sessions for related context
•Plan and sequence multi-step refactors
•Track recurring correction patterns
•Verify tests, type checks, and builds before completion

Key features

•Prompt triage with configurable review levels
•Semantic session-history search using LanceDB
•Cross-project contract and schema search
•Correction pattern learning
•12-category scorecards and cost estimates
•Workspace and completion verification tools

Capabilities & Tool Schemas (24) ~493 tokensApproximate context cost of this server’s tool schemas (~4 chars/token), before any tool is called. Actual usage depends on your client and model.Self-reported Self-reportedParsed from the repository README, not verified against a live server — may be incomplete or out of date.

Inspect callable tools, capabilities, and parameters exposed to AI agents by Preflight.

preflight_check

The main entry point.** Triages your prompt (trivial → multi-step), chains the right checks automatically, matches against known correction patterns. Accepts `force_level` override: `skip`, `light`, `full`.

scope_work

Creates structured execution plans before coding starts

clarify_intent

Gathers project context (git state, workspace docs, ambiguity signals) to disambiguate vague prompts

enrich_agent_task

Enriches sub-agent tasks with file paths, patterns, and cross-service context

sharpen_followup

Resolves "fix it" / "do the others" to actual file targets

token_audit

Detects waste patterns, grades your session A–F

How Preflight works

What preflight-dev/preflight MCP server does

The preflight-dev/preflight MCP server provides 24 MCP tools for improving prompt quality and session control in Claude Code. Its central entry point, preflight_check, classifies an incoming prompt and selects follow-up checks. Short routine commands can pass through, while vague, multi-step, or cross-service requests can trigger clarification and planning workflows.

The tool set covers five areas: prompt discipline, session-history intelligence, analysis and reporting, verification, and workspace hygiene. It can create execution plans, resolve vague follow-ups to file targets, enrich sub-agent tasks, order work by dependency and risk, and save checkpoints with commits and resumption notes.

How it works

Prompt triage uses signals such as skip keywords, multi-step language, cross-service terms, prompt length, file references, and vague verbs or pronouns. A correction pattern can raise the required review level when a prompt resembles a previously logged mistake. The force_level option on preflight_check can explicitly select skip, light, or full handling.

The server reads Claude Code session data stored as JSONL under ~/.claude/projects/. It extracts prompts, assistant responses, tool calls, sub-agent activity, corrections, context compactions, errors, and commits. Session events are indexed in per-project LanceDB databases for semantic search. Related project data can also be used for cross-service contract and history lookups.

Setup and configuration

The documented quick-start command runs the server through npm:

Terminal
npx -y preflight-dev-serve

Claude Code can register that command with claude mcp add preflight -- npx -y preflight-dev-serve. For project-specific analysis, the README shows setting CLAUDE_PROJECT_DIR to the target workspace. A cloned setup can run the TypeScript entry point with tsx, while a global npm installation provides the preflight-dev-serve executable.

The project supports a .preflight/ configuration directory with YAML configuration for triage rules and thresholds. Its local data includes timeline indexes, extracted contracts, and project metadata under ~/.preflight/projects/.

Tools and capabilities

The preflight-dev/preflight MCP server includes tools for:

  • Checking, scoring, clarifying, scoping, enriching, and sequencing prompts or tasks.
  • Tracking corrections and matching new prompts against learned patterns.
  • Monitoring session health, scanning active sessions, viewing timelines, and searching history.
  • Indexing project history and searching API contracts, types, interfaces, routes, and schemas.
  • Creating scorecards with session, trend, or cross-project views, including radar SVG, PDF, or Markdown output.
  • Estimating token usage, dollar cost, correction waste, and potential preflight savings.
  • Running type checks, tests, and builds through verify_completion.
  • Auditing workspace documentation and summarizing changes since a checkpoint.

Limitations and notes

The README specifically documents use with Claude Code; it does not establish compatibility with other MCP clients. The server relies on Claude Code session files for its history-oriented features, so results depend on those files being available. Semantic search uses local vector embeddings by default according to the documented LanceDB schema, with OpenAI-sized vectors also described as an option. Cost figures are estimates rather than billing records, and completion verification only runs the checks configured or available for the workspace.

Read the full README →View source on GitHub →

Related MCP Servers

View all in Coding Agents View all alternatives
  • Agy Bridge logoAgy Bridge

    Delegate heavy tasks from Claude Code (or any MCP client) to the Antigravity CLI (Gemini): file analysis, repo archaeology, web lookups, and adversarial second-opinion code reviews. Quota-aware model failover with cooldowns, per-tool timeouts, and multi-turn session continuity.

    šŸ¤– Coding Agents5 views
    Compare vs Agy Bridge →
  • Codegraphcontext logoCodegraphcontext

    An MCP server that indexes local code into a graph database to provide context to AI assistants with a graphical code visualizations for humans.

    šŸ¤– Coding Agents3 views
    Compare vs Codegraphcontext →
  • Glm MCP logoGlm MCP

    Run GLM (Zhipu/Z.ai) as a real sub-agent inside Claude Code or GitHub Copilot. GLM gets its own agent loop (read/write/edit/run) on your repo — not a single LLM call — with peak-aware Opus-vs-GLM routing, diff/dry-run/git-revert oversight, and a usage ledger. 10x cheaper than Opus. Requires a Z.ai GLM Coding Plan key.

    šŸ¤– Coding Agents6 views
    Compare vs Glm MCP →
  • Oz MCP Server logoOz MCP Server

    Bridges Warp's Oz coding agent to any IDE or MCP client (Claude Code, Cursor, Codex), plus native @oz in VS Code Copilot Chat. Independent project; uses only Warp's documented public interfaces. MIT.

    šŸ¤– Coding Agents4 views
    Compare vs Oz MCP Server →

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks — not a rating.

GitHub stars
12
Stargazers on the source repository.
Last commit
5mo ago
Most recent push to the default branch.
Tools exposed
24
Callable tools this server registers over MCP.
Directory activity
4 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet — be the first to share how this listing worked for you.

Frequently Asked Questions about Preflight

Run `npx -y preflight-dev-serve`, or register it with Claude Code using `claude mcp add preflight -- npx -y preflight-dev-serve`.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewPreflight AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/preflight-dev-preflight?style=directory)](https://allmcps.com/mcp/preflight-dev-preflight)
HTML Embed
<a href="https://allmcps.com/mcp/preflight-dev-preflight"><img src="https://allmcps.com/api/badge/preflight-dev-preflight?style=directory" alt="Preflight on AllMCPs" /></a>

Technical Specs & Signals

CategoryšŸ¤–Coding Agents
PricingFree
More technical detailsExpand ā–¾
TransportSTDIO
RuntimeNode.js
AuthNo auth required
LicenseMIT
ClientsClaude Desktop
Last updatedSep 4, 2026
10/11 checks healthy over the last 32d
Views4
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars12
GitHub Star CountTotal stargazers on GitHub representing community popularity (12 stars).
Last commit5mo ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Mar 20, 2026
57Quality signal: Good Ā· 57/100How this signal is calculated ā–¾
Server availabilityNot measured

Not scored for repo-hosted servers — we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools29/30
Adoption & activity3/15
Community engagement1/10

A guidance signal from public completeness & health data — not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

Supply-chain signal

No high-severity advisories surfaced by our automated scan.

Critical 0High 0Medium 0Low 0

Scanned 16d ago via OSV.dev Ā· preflight-dev-serve (npm)

ā˜… FeaturedMoxie Docs MCP logo

Moxie Docs MCP

MCP & Agent Skills for Automated Documentation, and codebase conventions + context

Explore Server →

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge — proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it — no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in šŸ¤– Coding Agents →Best MCP servers for Coding Agents →Alternatives to Preflight →Install in Claude DesktopInstall in CursorInstall in VS Code