agentforce action audit for Cursor
io.github.jmshinhwa/agentforce-action-audit
13 rules on a Salesforce Agentforce topic file, before the deploy and before Article 50
client:Cursor
transport:stdio
runtime:npm
Install agentforce action audit in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"agentforce-action-audit": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@readystack/agentforce-action-audit"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs