Integration · MODEL CONTEXT PROTOCOL
uday210 salesforce mcp server
Model Context Protocol server for Salesforce REST API integration
WHAT IT CONNECTS
uday210 salesforce mcp server 为 AI Agent 提供什么
- Execute SOQL queries
- Retrieve object metadata
- Create, update, and delete records
- Secure authentication handling
- Real-time data access
- Clone the repository
- Copy `.env.example` to `.env` and fill in your Salesforce credentials
- Install dependencies: `npm install`
- Build: `npm run build`
- Start: `npm start`
- Keep your `.env` file secure and never commit it
- Use IP restrictions in Salesforce when possible
- Regularly rotate your security token
- Consider implementing additional authentication for the MCP server
- Execute SOQL queries
- Retrieve object metadata
- Create, update, and delete records
- Secure authentication handling
- Real-time data access
- Clone the repository
- Copy `.env.example` to `.env` and fill in your Salesforce credentials
- Install dependencies: `npm install`
- Build: `npm run build`
- Start: `npm start`
- Keep your `.env` file secure and never commit it
- Use IP restrictions in Salesforce when possible
- Regularly rotate your security token
- Consider implementing additional authentication for the MCP server
SECURITY
MCP 收录不等于安全审核
MCP 服务器可能获得模型上下文、凭据、本地文件或调用外部系统的权限。连接 Agent 前,请检查代码、环境变量、网络行为、软件包来源与维护状态。