Skip to content
Windsurf

PromptSpeak Governance for Windsurf

io.github.chrbailey/promptspeak

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

client:Windsurf transport:stdio runtime:npm

Install PromptSpeak Governance in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

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

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

PromptSpeak Governance in other clients