kablewy_salesforce-mcp-server
1
Salesforce MCP Server is a Model Context Protocol server that facilitates interaction with Salesforce through its REST API using jsforce. It supports SOQL queries, metadata retrieval, and record management while ensuring secure authentication and real-time data access.
Salesforce MCP Server
A Model Context Protocol server implementation for interacting with Salesforce through its REST API using jsforce.
Features
- Execute SOQL queries
- Retrieve object metadata
- Create, update, and delete records
- Secure authentication handling
- Real-time data access
Setup
- Clone the repository
- Copy
.env.example
to.env
and fill in your Salesforce credentials - Install dependencies
- Build the project
- Start the server
Security
- 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
Contributing
Contributions are welcome! Please submit PRs with improvements.