Heroku MCP Code Execution - Python
@heroku
Heroku MCP Code Execution - Python について
MCP (model context protocol) server for running python code.
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"mcp-code-exec-python": {
"command": "python",
"args": [
"example_clients/streamable_http_client.py",
"mcp",
"call_tool",
"--args",
"{"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Heroku MCP Code Execution - Python?
This MCP server enables Python code execution on the Heroku platform. It supports Streamable HTTP, SSE, and STDIO transports, and is designed for developers who need to run Python code execution tasks through the Model Context Protocol.
How to use Heroku MCP Code Execution - Python?
Deploy via the one-click Heroku button or manually using the Heroku CLI. Set required environment variables (API_KEY, STDIO_MODE_ONLY, REMOTE_SERVER_TRANSPORT_MODULE), then use MCP clients (STDIO or HTTP/SSE) to call the code_exec_python tool with code and optional packages arguments.
Key features of Heroku MCP Code Execution - Python
- Executes Python code with optional pip package installation
- Supports Streamable HTTP, SSE, and STDIO transports
- Deploys to Heroku via one-click or manual setup
- API key authentication for access control
- Configurable STDIO-only mode for code execution isolation
Use cases of Heroku MCP Code Execution - Python
- Run Python code execution tasks via MCP from AI assistants
- Test and debug Python code in isolated Heroku one-off dynos
- Integrate Python code execution into MCP-based agent workflows
FAQ from Heroku MCP Code Execution - Python
What transports does the server support?
It supports Streamable HTTP, SSE, and STDIO transports, for both local and remote testing.
What is the STDIO_MODE_ONLY configuration for?
When set to true, only STDIO-based communication is allowed, enhancing security and code execution isolation. It is recommended for non-development environments.
Can I install additional Python packages before execution
「開発者ツール」の他のコンテンツ
Code Index MCP
johnhuang316A Model Context Protocol (MCP) server that helps large language models index, search, and analyze code repositories with minimal setup
Hello World MCP Server (Reference Extension)
anthropicsDesktop Extensions: One-click local MCP server installation in desktop apps
MCP Inspector
modelcontextprotocolVisual testing tool for MCP servers
Golf
golf-mcpProduction-Ready MCP Server Framework • Build, deploy & scale secure AI agent infrastructure • Includes Auth, Observability, Debugger, Telemetry & Runtime • Run real-world MCPs powering AI Agents
nuxt-mcp / vite-plugin-mcp
antfuMCP server helping models to understand your Vite/Nuxt app better.
コメント