v1.5.0
Install
npm install @sfdxy/sf-documentation-knowledge@1.5.0MCP 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.5.0", "sf-docs-mcp"]
}
}
}Note: The
-pflag installs the package andsf-docs-mcpexplicitly 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.