Skip to main content
Glama

Daytona MCP Python Interpreter

pyproject.toml473 B
[project] name = "daytona-mcp-interpreter" version = "0.1.1" description = "A Daytona MCP server for Python code interpretation" readme = "README.md" requires-python = ">=3.10" dependencies = [ "mcp[cli]>=1.0.0", "pydantic>=2.10.6", "python-dotenv>=1.0.1", "httpx>=0.24.0", "daytona-sdk>=0.10.5", ] [project.scripts] daytona-interpreter = "daytona_mcp_interpreter.server:main" [build-system] requires = ["hatchling"] build-backend = "hatchling.build"

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