sf-intelligence vs Salesforce DX MCP Server

Both are Salesforce MCP servers. They are complementary, not competing - one is for DevOps, the other for read-only org intelligence. This page helps you pick the right tool (or both).

At a glance

sf-intelligenceSalesforce DX MCP Server
MaintainerCommunity (MIT + Commons Clause)Salesforce (official)
Primary purposeUnderstand an org - impact, permissions, docsDevOps - deploy, retrieve, run code
Write to orgNo - read-only retrieve onlyYes - deploy, edit, run Apex/tests
Default modeOffline (local vault)Live API per tool call
Dependency graphYes - DuckDB, confidence-tagged edgesNo dedicated graph
Impact / blast radiusCore featureNot a focus
Permission tracingYes - FLS, sharing cascadeLimited
Plain-language routingDeterministic intent routerTool-per-task model
CostFreeFree (official)
npm packagesf-intelligence@salesforce/mcp (via Salesforce CLI)

Choose sf-intelligence when you need to…

  • Ask "what breaks if I delete this field?" before making a change
  • Trace why a user cannot see a record or edit a field
  • Document an inherited org (data dictionary, architecture overview)
  • Explore a production org with zero write risk
  • Work offline after a single retrieve (airplane, VPN-restricted environments)
  • Get provenance and confidence labels on every answer

Choose the DX MCP Server when you need to…

  • Deploy or retrieve metadata from an AI-assisted workflow
  • Run Apex, execute tests, scaffold LWC
  • Use first-party Salesforce DevOps tooling in MCP

Use both together

A common pattern: use sf-intelligence to understand the blast radius and permissions landscape, then use the DX MCP Server to implement the change. Register both MCP servers in the same Claude Code or Cursor project - they do not conflict.

Disclaimer: This comparison is based on publicly documented capabilities as of 2026. Salesforce's official MCP offerings evolve - verify current feature sets on salesforcecli/mcp. sf-intelligence is not affiliated with Salesforce.

Try the read-only side.

Free on npm. Install alongside your existing MCP servers.