Skip to content
Grok

sf-intelligence — Salesforce org intelligence for AI agents for Grok

io.github.pranavnagrecha/sf-intelligence

Offline, read-only MCP knowledge base for one Salesforce org's metadata, deps & impact.

client:Grok transport:stdio runtime:npm

Install sf-intelligence — Salesforce org intelligence for AI agents in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "sf-intelligence": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "sf-intelligence"
      ]
    }
  }
}

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

sf-intelligence — Salesforce org intelligence for AI agents in other clients