Daytona MCP Python Interpreter
by nkkko
Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
PATH | No | The system PATH environment variable. | /usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin |
MCP_VERIFY_SSL | No | Whether to verify SSL certificates when connecting to the Daytona MCP server. | false |
PYTHONUNBUFFERED | No | Ensures the stdout and stderr streams are unbuffered. | 1 |
MCP_DAYTONA_API_KEY | No | API key for authenticating with the Daytona MCP server. | |
MCP_DAYTONA_API_URL | No | The URL of the Daytona MCP server. | |
MCP_DAYTONA_TIMEOUT | No | Timeout duration for requests to the Daytona MCP server. | 30.0 |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
python_interpreter | Execute Python code in a Daytona workspace |