Tagged under Headless 360
Heroku Platform MCP — hosted
A self-hosted Model Context Protocol server that exposes the Heroku Platform API to MCP-aware AI clients like Claude Desktop and Claude Code. Sign in with Heroku, and your agent gets tools that act as you.
Powered by Salesforce Platform
·
Self-hosted
·
OAuth-protected
Sign in
Sign in with your Heroku account to get a personal, OAuth-protected MCP connection. Tools act on your behalf using your own Heroku permissions — you never share credentials with the host.
How it works
- Sign in with your Heroku account (OAuth).
- The server stores your encrypted OAuth tokens.
- You get a connection token starting with
hmcp_. - Paste it into your Claude Desktop config; Claude talks to this server, which talks to Heroku as you.
Two endpoints
Both serve the same tools — they differ in when tool schemas hit your context window.
/mcp- Full tool catalog at session start. Use when context budget isn't a concern.
/mcp-codemode- On-demand tool discovery via meta-tools — dramatically smaller context cost.