Back to MCP Servers
Preflight
24-tool MCP server for Claude Code that catches vague prompts before they waste tokens. Includes 12-category prompt scorecards, session history search with LanceDB vectors, cross-service contract awareness, correction pattern learning, and cost estimation.
coding-agentsgo
Installation
npx -y preflightConfiguration
{
"mcpServers": {
"preflight": {
"command": "npx",
"args": ["-y", "preflight"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes