PromptSpeak Governance for Cursor
io.github.chrbailey/promptspeak
Pre-execution governance for AI agents. Validates tool calls before they execute.
client:Cursor
transport:stdio
runtime:npm
Install PromptSpeak Governance in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"promptspeak": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@chrbailey/promptspeak-mcp-server"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs