Skip to content

v1.4.0

Choose a tag to compare

@github-actions github-actions released this 07 Apr 09:10
· 19 commits to master since this release

Install

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

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@1.4.0", "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 (9)

Tool Purpose
sf_search Search across 121 SF documentation domains
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.