AgentForce Reliable Server
About
Reliable MCP-compliant Agentforce API server with fallback modes
Details
- Author
- xlengelle-sf
- Downloads
- 223
- Categories
- Other, API
Jump to
- Direct mode to avoid MCP SDK compatibility issues
- Simple configuration wizard for setup
- Docker support for containerized deployment
- Fix-and-start script for JSON configuration issues
- Health check and tool listing API endpoints
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
AgentForce Reliable ServerCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Install globally with npm install -g agentforce-reliable-server or run directly with npx agentforce-reliable-server. Run the configuration wizard using npx agentforce-reliable-server configure, then start the server with npx agentforce-reliable-server --direct (recommended). After starting, install and configure the AgentForce MCP Tool, entering the server URL and API key when prompted.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"agentforce reliable server": {
"agentforce-reliable-server": {
"command": "npx",
"args": [
"agentforce-reliable-server"
]
}
}
}
}
McpServers
{
"agentforce-reliable-server": {
"command": "npx",
"args": [
"agentforce-reliable-server"
]
}
}
AgentForce Reliable Server
A reliable MCP-compliant server for Salesforce AgentForce API integration.
Features
- Connects Claude AI to Salesforce AgentForce API
- Implements the Model Context Protocol (MCP) for tool use
- Direct mode for avoiding MCP SDK compatibility issues
- Simple configuration and setup
Quick Start
Installation
```bash
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.




