AgentForce Reliable Server

by xlengelle-sf

223 downloads
Not rated
GitHub

About

Reliable MCP-compliant Agentforce API server with fallback modes

Details

Author
xlengelle-sf
Downloads
223
Categories
Other, API

- 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:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name AgentForce Reliable Server
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. 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

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.