Pre-execution governance for AI agents. Sub-millisecond tool call validation, drift detection, circuit breakers, human-in-the-loop holds. 829 tests. 56 MCP tools.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"promptspeak-mcp-serv": {
"command": "npx",
"args": [
"-y",
"chrbailey/promptspeak-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add promptspeak-mcp-serv npx -y chrbailey/promptspeak-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"promptspeak-mcp-serv": {
"command": "npx",
"args": [
"-y",
"chrbailey/promptspeak-mcp-server"
]
}
}
}