MCP.so
登录

AgentForce Reliable Server

@xlengelle-sf

关于 AgentForce Reliable Server

Reliable MCP-compliant Agentforce API server with fallback modes

基本信息

分类

其他

许可证

MIT license

运行时

node

传输方式

stdio

发布者

xlengelle-sf

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

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

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

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

评论

其他 分类下的更多 MCP 服务器