MCP Server
Model Context Protocol — AI-native security for your IDE. Cross-platform env & CI →
13
Total Tools
9
Free Tools
4
Pro Tools
3
Supported IDEs
What is MCP?
The Model Context Protocol (MCP) is an open standard that enables AI assistants to securely access external tools and data sources. By connecting guardrail through MCP, your AI coding assistant gains the ability to:
Analyze Code Security
Detect vulnerabilities in real-time as you write code
Suggest Fixes
Get AI-powered remediation suggestions instantly
Scan Projects
Run comprehensive security scans from your editor
Supported IDEs
Cursor
AI-first code editor with native MCP support
Windsurf
Codeium's AI-powered IDE with MCP integration
VS Code
Microsoft's popular code editor with extension support
Quick Tool Reference
Popular tools your AI assistant can use
guardrail.shipQuick health check — 'Is my app ready?' Plain English, traffic light score
guardrail.scanDeep scan — technical analysis of secrets, auth, mocks, routes
guardrail.realityBrowser testing — clicks buttons, fills forms, finds broken UI with Playwright
guardrailai.dev-testAI Agent — autonomous testing that explores your app and generates fix prompts
Quick Configuration
Add this to your IDE's MCP configuration file
{
"mcpServers": {
"guardrail": {
"command": "npx",
"args": ["-y", "@guardrail/mcp-server"],
"env": {
"GUARDRAIL_API_KEY": "YOUR_API_KEY"
}
}
}
}YOUR_API_KEY with your actual API key