AI & ML
Trust: 39/100 (Limited)io.github.chrbailey/promptspeak Guide
Pre-execution governance for AI agents. Validates tool calls before they execute.
by chrbailey
Quick Start
Install
npx promptspeak-mcp-serverClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-chrbailey-promptspeak": {
"command": "npx",
"args": [
"promptspeak-mcp-server"
]
}
}
}