Odel
PromptSpeak Governance

PromptSpeak Governance

Local
@chrbailey1TypeScriptMITUpdated 2mo ago

Pre-execution governance for AI agents. Validates tool calls before they execute.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@chrbailey/promptspeak-mcp-serverv0.4.1

Run

npx -y @chrbailey/promptspeak-mcp-server

MCP client config

{
  "mcpServers": {
    "promptspeak-governance": {
      "command": "npx",
      "args": [
        "-y",
        "@chrbailey/promptspeak-mcp-server"
      ]
    }
  }
}