For AI agents and developers: machine-readable getting-started guide and automated Salesforce org setup (/llms.txt).

Docs MCP

Docs MCP

Your AI assistant can search and retrieve official Salesforce docs without leaving the IDE. Help articles, Developer Guides, release notes, all indexed.

Available tools

ToolWhat it does
salesforce_docs_searchSemantic search across Salesforce doc collections. Returns ranked excerpts with source URLs.
salesforce_docs_fetchRetrieves the full content of a page by documentPath (returned from search).

Once connected, ask questions like "How do I configure a JWT bearer flow?" or "What fields does the AgentScript config block support?" and get cited answers inline.

Install

Verify

Ask your AI assistant:

1
Search Salesforce docs for "How do I set up a record-triggered flow?"

Expected: The assistant calls salesforce_docs_search and returns excerpts with titles, URLs, and relevance scores.

Get better results

  • Ask full questions. "How do I configure OAuth 2.0 JWT bearer flow?" beats "JWT flow"
  • Scope by collection. Pass collection: "developer-lwc" or collection: "admin-ai" to narrow the search
  • Keep limits low. Excerpts can be long. Default is 5; lower it in busy sessions
  • Fetch for full pages. Search returns excerpts. Follow up with salesforce_docs_fetch using the documentPath when you need complete procedures or tables