Skip to main content
Glama

Salesforce MCP Server

by steffensbola
package.json2.14 kB
{ "name": "salesforce-mcp-ts", "version": "0.1.0", "description": "A Model Context Protocol (MCP) server implementation for Salesforce integration in TypeScript", "keywords": [ "mcp", "llm", "salesforce", "typescript" ], "author": "Cristiano Steffens", "license": "MIT", "type": "module", "main": "dist/index.js", "bin": { "mcp-salesforce-ts": "dist/index.js" }, "scripts": { "build": "tsc", "dev": "tsx watch src/index.ts", "start": "node dist/index.js", "clean": "rm -rf dist", "prepare": "npm run build", "test": "vitest", "test:run": "vitest run", "test:ui": "vitest --ui", "test:coverage": "vitest run --coverage", "test:watch": "vitest --watch", "lint": "eslint .", "lint:fix": "eslint . --fix", "lint:check": "eslint . --max-warnings 0", "format": "prettier --write src/**/*.ts", "format:check": "prettier --check src/**/*.ts", "code-quality": "npm run lint:check && npm run format:check && npm run test:run", "docker:build": "docker build -t mcp-salesforce-ts .", "docker:run": "docker-compose up -d", "docker:stop": "docker-compose down", "docker:publish": "./scripts/docker-publish.sh" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.13.3", "axios": "^1.11.0", "dotenv": "^16.5.0" }, "devDependencies": { "@types/node": "^24.0.3", "@typescript-eslint/eslint-plugin": "^8.34.1", "@typescript-eslint/parser": "^8.34.1", "@vitest/coverage-v8": "^3.2.4", "@vitest/ui": "^3.2.4", "eslint": "^9.29.0", "eslint-config-prettier": "^10.1.5", "eslint-plugin-prettier": "^5.5.0", "eslint-plugin-sonarjs": "^3.0.3", "eslint-plugin-vitest-globals": "^1.5.0", "prettier": "^3.5.3", "tsx": "^4.20.3", "typescript": "^5.8.3", "typescript-eslint": "^8.34.1", "vitest": "^3.2.4" }, "engines": { "node": ">=22.0.0" }, "repository": { "type": "git", "url": "https://github.com/steffensbola/salesforce-mcp-ts.git", "directory": "salesforce-mcp-ts" }, "files": [ "dist", "README.md", "LICENSE" ] }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/steffensbola/salesforce-mcp-ts'

If you have feedback or need assistance with the MCP directory API, please join our Discord server