Skip to main content
Glama

Salesforce MCP Server

by mattmahowald
run-mcp.sh251 B
#!/bin/bash # Simple wrapper to run SFMCP server # Go to script directory cd "$(dirname "$0")" # Add common macOS poetry/python paths export PATH="$HOME/.local/bin:/opt/homebrew/bin:/usr/local/bin:$PATH" # Run the server exec poetry run sfmcp-stdio

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/mattmahowald/sfmcp'

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