MCP.so
Sign In

AgentForce Reliable Server

@xlengelle-sf

About AgentForce Reliable Server

Reliable MCP-compliant Agentforce API server with fallback modes

Basic information

Category

Other

License

MIT license

Runtime

node

Transports

stdio

Publisher

xlengelle-sf

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "agentforce-reliable-server": {
      "command": "npx",
      "args": [
        "agentforce-reliable-server"
      ]
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is AgentForce Reliable Server?

AgentForce Reliable Server is a reliable MCP-compliant server for Salesforce AgentForce API integration. It connects Claude AI to the Salesforce AgentForce API and implements the Model Context Protocol (MCP) for tool use.

How to use AgentForce Reliable Server?

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.

Key features of AgentForce Reliable Server

  • 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

Use cases of AgentForce Reliable Server

  • Connect Claude AI to the Salesforce AgentForce API
  • Run the server in a Docker container for isolation and easy deployment
  • Troubleshoot JSON configuration errors using the fix script

FAQ from AgentForce Reliable Server

How do I configure the server?

Run npx agentforce-reliable-server configure and follow the prompts to set the server port, generate or keep an API key, and set the environment.

Where is the configuration stored?

The configuration is stored in ~/.agentforce-mcp-server/config.json and can be edited manually if needed.

How can I run the server using Docker?

Use npx agentforce-reliable-server start:docker to automatically check Docker, run configuration, build an image, and start the container. Alternatively, use docker build, docker run, or docker-compose up -d as described in the README.

What API endpoints does the server provide

Comments

More Other MCP servers