Integration · MODEL CONTEXT PROTOCOL
uday210 salesforce mcp server
Model Context Protocol server for Salesforce REST API integration
WHAT IT CONNECTS
What uday210 salesforce mcp server gives an 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
An MCP listing is not a security review
An MCP server may receive model context, credentials, local files, or permission to call external systems. Review its code, requested environment variables, network behavior, package provenance, and maintenance status before connecting it to an agent.