agentforce action audit for Grok
io.github.jmshinhwa/agentforce-action-audit
13 rules on a Salesforce Agentforce topic file, before the deploy and before Article 50
client:Grok
transport:stdio
runtime:npm
Install agentforce action audit in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"agentforce-action-audit": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@readystack/agentforce-action-audit"
]
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs