@alfe.ai/salesforce-mcp
v0.0.25
Published
Salesforce MCP server — direct REST/SOQL integration with Alfe OAuth credentials and automatic per-org token refresh
Downloads
948
Readme
@alfe.ai/salesforce-mcp
Salesforce MCP server — direct REST/SOQL integration with Alfe OAuth credentials and automatic per-org token refresh
Part of Alfe — the operating system for AI agents: build, deploy, and run agents with persistent memory, identity, integrations, and channels. See the documentation to get started.
Install
npm install @alfe.ai/salesforce-mcpThe server is normally launched by the Alfe Salesforce integration. Call
salesforce_list_orgs first and pass its exact orgId to every data tool.
Queries and reads are bounded, write payloads accept JSON-only Salesforce field
maps, and permanent deletion requires confirmRecordId to exactly match the
record being deleted.
Credentials are fetched through Alfe Connect. Access tokens are sent only to a
canonical HTTPS *.salesforce.com or *.salesforce.mil instance origin; REST
requests use a 30-second deadline, disable redirects, and cap responses at
5 MiB.
Links
- 🌐 Website: https://alfe.ai
- 📚 Docs: https://docs.alfe.ai
