Promptspeak
Freeby MCP Community
Pre-execution governance for AI agents. Intercepts MCP tool calls before execution with deterministic blocking, human-in-the-loop holds, and behavioral drift de
v0.4.1Added Apr 12, 2026
mcpmcp-serverai-governanceagent-governanceai-safety
Promptspeak MCP Server
Pre-execution governance for AI agents. Intercepts MCP tool calls before execution with deterministic blocking, human-in-the-loop holds, and behavioral drift de
Installation
npx -y @chrbailey/promptspeak-mcp-server
Reviews
Installation
Quick install
npx -y @chrbailey/promptspeak-mcp-server
Add to claude_desktop_config.json
{
"mcpServers": {
"promptspeak": {
"command": "npx",
"args": ["-y", "@chrbailey/promptspeak-mcp-server"]
}
}
}