Skip to content

v2.1.1

Latest

Choose a tag to compare

@github-actions github-actions released this 16 Apr 07:00
· 4 commits to master since this release

Install

npm install @sfdxy/sf-documentation-knowledge@2.1.1

MCP Server Setup (Claude Desktop)

Add to ~/Library/Application Support/Claude/claude_desktop_config.json:

{
  "mcpServers": {
    "sf-docs": {
      "command": "npx",
      "args": ["-y", "-p", "@sfdxy/sf-documentation-knowledge@2.1.1", "sf-docs-mcp"]
    }
  }
}

Note: The -p flag installs the package and sf-docs-mcp explicitly invokes the MCP server binary (not the data pipeline CLI).

Available MCP Tools (10)

Tool Purpose
sf_search Search across 121 SF documentation domains
sf_semantic_search AI-powered NLP search with query understanding
sf_read_topic Read a specific documentation topic
sf_graph_query Navigate the knowledge graph
sf_list_domains List all available domains
sf_apex_lookup Look up Apex classes and methods
sf_code_examples Find working code snippets
sf_object_reference Look up Salesforce objects and fields
sf_explain_error Decode error messages with resolution steps
sf_limits Governor limits lookup (15 categories)

See README.md for full documentation.