Skip to content
VS Code

sf-intelligence — Salesforce org intelligence for AI agents for VS Code

io.github.pranavnagrecha/sf-intelligence

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

client:VS Code transport:stdio runtime:npm

Install sf-intelligence — Salesforce org intelligence for AI agents in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

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