Skip to main content
Glama

Daytona MCP Python Interpreter

claude_desktop_config.example.json817 B
{ "mcpServers": { "daytona-interpreter": { "command": "/Users/USER/.local/bin/uv", "args": [ "--directory", "/Users/USER/dev/daytona-mcp-interpreter", "run", "src/daytona_mcp_interpreter/server.py" ], "env": { "PYTHONUNBUFFERED": "1", "MCP_DAYTONA_API_KEY": "api_key", "MCP_DAYTONA_SERVER_URL": "https://app.daytona.io/api", "MCP_DAYTONA_TIMEOUT": "180.0", "MCP_VERIFY_SSL": "false", "MCP_DAYTONA_TARGET": "us", "PATH": "/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin" }, "logFile": "~/Library/Logs/Claude/mcp-server-daytona-interpreter.log" } } }

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/nibzard/daytona-mcp-interpreter'

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