7 months ago
developer-toolsStops AI from writing duplicate code. Forces Claude/Cursor/Windsurf to analyze existing code first, get approval on plans, then execute step-by-step. Engineering gates ensure no hallucinations or breaking changes.
Server Config
{
"mcpServers": {
"guardian": {
"command": "npx",
"args": [
"-y",
"@skyastrall/mcp-guardian"
],
"env": {
"GUARDIAN_API_KEY": "your_api_key_here"
}
}
}
}