hypn4/salesforce-mcp-server ? reverse-engineered prompt
Reverse engineered prompt
Build me a Salesforce MCP server for AI assistants that can connect to Salesforce and let agents query, search, create, update, delete, and bulk manage records. I want it to work in two ways, one for simple bearer token use where the client handles login, and one where the server handles the full OAuth login flow with PKCE for multi user setups.
It should support both local STDIO mode for tools like Claude Code and an HTTP mode for shared or hosted use. Make sure each user gets their own Salesforce connection and tokens are handled safely, with optional encrypted storage and Redis support for persistence. Please include the OAuth discovery endpoints needed by modern MCP clients, and make it easy to run from environment variables, Docker, or a local Python install. If anything about the current Salesforce or MCP docs is unclear, look up the latest docs online and follow them.
Are you gonna build this?
make sure you review the code using arcumet