Set Up Your DX Environment
Manage Data Libraries
Manage MCP Servers
Preview and Debug an Agent
Manage an Agent
Troubleshoot Issues
Reference
Use Salesforce Model Context Protocol (MCP) solutions to access Salesforce features and services through AI applications.
Building custom integrations between AI applications and enterprise platforms takes significant effort. MCP eliminates this complexity by providing an open standard that lets AI applications securely interact with external systems and services through prebuilt connections. Use these ready-made MCP servers to connect your AI applications to Salesforce, Heroku, and MuleSoft features and services.
Use Salesforce CLI commands to manage server registrations in the API Catalog. The API Catalog is the centralized Setup hub for creating and managing Salesforce-Hosted MCP Servers.
These commands are available as a developer preview. The commands aren’t generally available until Salesforce announces their general availability in documentation, press releases, or public statements. All commands, parameters, and other features are subject to change or deprecation at any time, with or without notice. Don’t implement functionality developed with these commands.
Note
| Command | Description |
|---|---|
agent mcp asset list | List the assets (tools, prompts, and resources) for an MCP server in the API Catalog. |
agent mcp asset replace | Replace the asset set of an MCP server in the API Catalog. |
agent mcp create | Create an MCP server in the API Catalog. |
agent mcp delete | Delete an MCP server from the API Catalog. |
agent mcp fetch | Fetch the live assets (tools, prompts, resources) advertised by an MCP server. |
agent mcp get | Get a single MCP server registered in the API Catalog. |
agent mcp list | List the MCP servers registered in the API Catalog. |
agent mcp update | Update an MCP server registered in the API Catalog. |