Prompt Guard
Freeby MCP Community
MCP server for prompt safety screening — screen prompts before execution
v0.1.1Added Apr 12, 2026
mcpprompt-injectionsafetyscreeningai-agents
Prompt Guard MCP Server
MCP server for prompt safety screening — screen prompts before execution
Installation
npx -y @parsethis/mcp-prompt-guard
Reviews
Installation
Quick install
npx -y @parsethis/mcp-prompt-guard
Add to claude_desktop_config.json
{
"mcpServers": {
"prompt-guard": {
"command": "npx",
"args": ["-y", "@parsethis/mcp-prompt-guard"]
}
}
}