kablewy_salesforce-mcp-server

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

  1. Clone the repository
  2. Copy .env.example to .env and fill in your Salesforce credentials
  3. Install dependencies
  4. Build the project
  5. 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.