Skip to main content
Glama

Salesforce MCP Server

by matsjfunke
package.json784 B
{ "name": "sample-mcp-server", "version": "1.0.0", "description": "Simple Express MCP server using the official MCP package", "main": "dist/index.js", "author": "matsjfunke", "scripts": { "build": "tsc", "dev": "tsx watch src/index.ts", "inspector": "pnpm dlx @modelcontextprotocol/inspector@latest", "start": "node dist/index.js", "clean": "rm -rf dist" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.15.1", "@types/jsforce": "^1.11.5", "cors": "^2.8.5", "dotenv": "^16.0.0", "express": "^4.18.2", "jsforce": "^3.10.4", "zod": "^3.23.8" }, "devDependencies": { "@types/cors": "^2.8.13", "@types/express": "^4.17.17", "@types/node": "^20.0.0", "tsx": "^4.0.0", "typescript": "^5.0.0" } }

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/matsjfunke/salesforce-mcp'

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