AgentForce Reliable Server
@xlengelle-sf
About AgentForce Reliable Server
Reliable MCP-compliant Agentforce API server with fallback modes
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
Frequently asked questions
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.
Basic information
More Other MCP servers
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
Mobile Mcp
mobile-nextModel Context Protocol Server for Mobile Automation and Scraping (iOS, Android, Emulators, Simulators and Real Devices)
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
Comments