ThoughtProof for Cursor
io.github.thoughtproof/thoughtproof-mcp
Pre-action gate: verify before pay/trade/write/deploy. execute=true only on ALLOW.
client:Cursor
transport:stdio
runtime:npm
Install ThoughtProof in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"thoughtproof-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"thoughtproof-mcp"
],
"env": {
"DQL_API_KEY": "<DQL_API_KEY>",
"SENTINEL_API_KEY": "<SENTINEL_API_KEY>",
"THOUGHTPROOF_API_KEY": "<THOUGHTPROOF_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs