Salesforce Server For Heroku
БесплатноНе проверенEnables AI agents to interact with Salesforce CRM data by executing SOQL queries and managing records. It provides tools for object metadata discovery and recor
Описание
Enables AI agents to interact with Salesforce CRM data by executing SOQL queries and managing records. It provides tools for object metadata discovery and record operations, specifically optimized for Heroku deployment.
README
A Model Context Protocol (MCP) server that enables AI agents to interact with Salesforce CRM data.
Features
- SOQL Queries - Execute any SOQL query against your Salesforce org
- Object Metadata - Discover fields and relationships for any object
- Record Management - Create, update, and delete records
- Heroku Native - Designed for Heroku deployment with MCP process support
Available Tools
| Tool | Description |
|---|---|
query |
Execute SOQL queries |
describe_object |
Get object metadata (fields, types, relationships) |
create |
Create new records |
update |
Update existing records |
delete |
Delete records |
Deployment
One-Click Deploy
Click the "Deploy to Heroku" button above, then configure your Salesforce credentials.
Manual Deploy
git clone https://github.com/dsouza-anush/mcp-salesforce
cd mcp-salesforce
heroku create my-salesforce-mcp
git push heroku main
Configure Credentials
heroku config:set [email protected]
heroku config:set SF_PASSWORD=your-password
heroku config:set SF_SECURITY_TOKEN=your-security-token
heroku config:set SF_LOGIN_URL=https://login.salesforce.com
For sandbox orgs, use https://test.salesforce.com as the login URL.
Register with Heroku AI
After deployment, attach your Heroku AI model:
heroku addons:attach your-main-app::INFERENCE -a my-salesforce-mcp
The mcp-salesforce process is now available via /v1/agents/heroku.
Usage Example
from openai import OpenAI
client = OpenAI(
base_url=os.getenv("INFERENCE_URL") + "/v1",
api_key=os.getenv("INFERENCE_KEY")
)
response = client.chat.completions.create(
model=os.getenv("INFERENCE_MODEL_ID"),
messages=[
{"role": "user", "content": "Find all opportunities closing this quarter"}
],
extra_body={
"heroku": {
"mcp_servers": ["mcp-salesforce"]
}
}
)
Environment Variables
| Variable | Description | Required |
|---|---|---|
SF_LOGIN_URL |
Salesforce login URL | No (defaults to production) |
SF_USERNAME |
Salesforce username | Yes |
SF_PASSWORD |
Salesforce password | Yes |
SF_SECURITY_TOKEN |
Security token (if required) | No |
API_KEY |
API key for web endpoint | No |
License
MIT
Установка Salesforce Server For Heroku
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/dsouza-anush/mcp-salesforceFAQ
Salesforce Server For Heroku MCP бесплатный?
Да, Salesforce Server For Heroku MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Salesforce Server For Heroku?
Нет, Salesforce Server For Heroku работает без API-ключей и переменных окружения.
Salesforce Server For Heroku — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить Salesforce Server For Heroku в Claude Desktop, Claude Code или Cursor?
Открой Salesforce Server For Heroku на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
Roblox Studio
Enables AI coding tools to control Roblox Studio for workspace exploration, instance manipulation, and script management. It provides tools for playtesting, sce
автор: paralovOpencode Omniroute Plugin
OpenCode plugin for the OmniRoute AI Gateway. Drives dynamic model discovery, /connect auth flow, and multi-instance OmniRoute providers via the official @openc
автор: GitHub ActionsAWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzMCP-Agent
A simple, composable framework to build agents using Model Context Protocol by [LastMile AI](https://www.lastmileai.dev)
автор: lastmile-aiSpring AI MCP Client
Provides auto-configuration for MCP client functionality in Spring Boot applications.
mcp.natoma.ai
A Hosted MCP Platform to discover, install, manage and deploy MCP servers by [Natoma Labs](https://www.natoma.ai)
MCPHub
Website to list high quality MCP servers and reviews by real users. Also provide online chatbot for popular LLM models with MCP server support.
Compare Salesforce Server For Heroku with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
