PromptGuard for Windsurf
co.promptguard/security
Scan prompts for injection attacks, redact PII, and audit LLM SDK usage from any MCP client
client:Windsurf
transport:stdio
runtime:npm
Install PromptGuard in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"security": {
"command": "npx",
"args": [
"-y",
"@promptguard/mcp-server"
],
"env": {
"PROMPTGUARD_API_KEY": "<PROMPTGUARD_API_KEY>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs