preflight-dev/preflight
Overview
preflight is an MCP server for Claude Code that identifies vague prompts to reduce token waste, featuring 12-category prompt scorecards, session history search with LanceDB vectors, cross-service contract awareness, correction pattern learning, and cost estimation.
Capabilities
- • prompt templates
- • authentication support
- • database integration
- • github integration
Best For
MCP server for Claude Code that detects vague prompts, includes scorecards, session search, and cost estimation to optimize token usage.
Decision Snapshot
Install
available
Usage
available
Docs
2 links
Config
6 strong hints
Capabilities
4 key capabilities detected
- • GitHub stars: 1
- • Forks: 2
- • Source provenance count: 1
- • Last seen: 4/15/2026
- • Published: 3/20/2026
Installation / Setup
claude mcp add preflight -- npx -y preflight-dev-serve
Example Config
This is an MCP Find-authored example config generated from strong evidence.
Review official documentation and source metadata for complete setup parameters.
{
"mcpServers": {
"preflight": {
"command": "npx"
}
}
}Usage
{ && "mcpServers": { && "preflight": { && "command": "npx",Features
- • path: /Users/jack/Developer/auth-service
- • path: /Users/jack/Developer/notifications
- • path: /Users/jack/Developer/shared-types
- • name: RewardsTier
- • name: multiplier
- • Set OPENAI_API_KEY in your environment, or
Use Cases
- • Supports capabilities such as: prompt templates; authentication support; database integration.
- • Common usage themes: mcp, curated, markdown-list, awesome-mcp-servers-punkpeye.
Supported Clients / Integrations
- • prompt templates
- • authentication support
- • database integration
- • github integration
Compatibility Signals
- • Claude Desktop: mentions (Mentioned in approved metadata/docs evidence.)
- • GitHub: supports (Detected in parser config/capability hints.)
Prompt Examples
example
• { && "mcpServers": { && "preflight": { && "command": "npx",
Notes / Requirements
- • Primary language: TypeScript/JavaScript
- • License: MIT
- • Documentation coverage: medium
- • Parser coverage score: 1.00
- • Source feeds: Awesome MCP Servers (punkpeye)
- • Topic cluster: coding
Official Links
Source Information
You can verify all information on this page against the source repository above.
Related MCP Tools
sim-xia/skill-cortex-server
An MCP server enabling IDEs/CLIs to access Claude Code Skills capabilities, with features for skill discovery, indexing, and management.
spyrae/claude-concilium
Multi-agent AI consultation framework for Claude Code, featuring three MCP servers wrapping CLI tools (Codex, Gemini, Qwen) for parallel code review, problem-solving, fallback chains, and error detection. Includes a ready-to-use Claude Code skill.
x51xxx/copilot-mcp-server
An MCP server connecting IDEs or AI assistants to GitHub Copilot CLI for code analysis, review, and batch processing.
religa/multi-mcp
A Python tool for parallel multi-model code review, security analysis, and AI debate. Orchestrates LLMs like ChatGPT, Claude, and Gemini to compare outputs, build consensus, and perform OWASP Top 10 security checks.
What To Do Next
Continue from this tool into a workflow and a learn guide to shorten implementation time.