v1.3.3
Install
npm install @sfdxy/sf-documentation-knowledge@1.3.3MCP Server Setup (Claude Desktop)
Add to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"sf-docs": {
"command": "npx",
"args": ["-y", "@sfdxy/sf-documentation-knowledge@1.3.3"]
}
}
}Available MCP Tools
| 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 |
See README.md for full documentation.
Full Changelog: v1.3.1...v1.3.3