← Salesforce CLI MCP Server

Salesforce CLI MCP Server 1.3.2

npm · sf-mcp · current release

5
Tools
3
Resources
4
Templates
0
Prompts

Observation

Observed 2026-08-15T22:58:20.777Z using mcpSecurity-inventory. Status: succeeded. Negotiated protocol: 2025-06-18.

Server capabilities
{
  "tools": {
    "listChanged": true
  },
  "resources": {
    "listChanged": true
  }
}

Tools 5

ToolCategoryAnnotationsRisk
sf_cache_clearClear the cached SF command metadata to force a refresh
Input schema
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "type": "object",
  "properties": {}
}
— · —
sf_cache_refreshRefresh the SF command cache by re-scanning all available commands
Input schema
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "type": "object",
  "properties": {}
}
— · —
sf_detect_project_directoryGet instructions for setting up Salesforce project directories for command execution
Input schema
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "type": "object",
  "properties": {}
}
— · —
sf_list_rootsList all configured Salesforce project directories and their metadata
Input schema
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "type": "object",
  "properties": {}
}
— · —
sf_set_project_directorySet a Salesforce project directory for command execution context
Input schema
{
  "type": "object",
  "properties": {
    "directory": {
      "type": "string",
      "description": "The absolute path to a directory containing an sfdx-project.json file"
    },
    "name": {
      "type": "string",
      "description": "Optional name for this project root"
    },
    "description": {
      "type": "string",
      "description": "Optional description for this project root"
    },
    "isDefault": {
      "type": "boolean",
      "description": "Set this root as the default for command execution"
    }
  },
  "required": [
    "directory"
  ],
  "additionalProperties": false,
  "$schema": "http://json-schema.org/draft-07/schema#"
}
— · —

Resources 3

Resource templates 4

Prompts 0

Let’s talk about MCP security.

Share your details and our security team will contact you.