Salesforce MCP Server

by ganeshnt

315 downloads
Not rated
GitHub

Description

# Salesforce MCP Server A local development server that mocks Salesforce CLI commands for testing and development purposes. ## Features - Mock Salesforce CLI commands - Local development environment - Configurable endpoints - Logging and error handling - Security features (CORS…

About

# Salesforce MCP Server A local development server that mocks Salesforce CLI commands for testing and development purposes. ## Features - Mock Salesforce CLI commands - Local development environment - Configurable endpoints - Logging and error handling - Security features (CORS, Helmet) - Environment-based…

Details

Author
ganeshnt
Downloads
315
Categories
Search, Developer Tools

- Mock Salesforce CLI commands
- Local development environment
- Configurable endpoints
- Logging and error handling
- Security features (CORS, Helmet)
- Environment-based configuration

Clone the repository, install dependencies with npm install, copy .env.example to .env and edit configuration. Run npm run dev for development mode or npm run build && npm start for production. Use npm test to run tests.

Salesforce MCP Server

A local development server that mocks Salesforce CLI commands for testing and development purposes.

Features

- Mock Salesforce CLI commands
- Local development environment
- Configurable endpoints
- Logging and error handling
- Security features (CORS, Helmet)
- Environment-based configuration

Prerequisites

- Node.js (v14 or higher)
- npm (v6 or higher)

Installation

1. Clone the repository:

git clone <repository-url>
cd mcp-server

2. Install dependencies:

npm install

3. Configure environment variables:
```bash
cp .env.example .env

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.