envy-mcp-hello
envy-mcp-hello
Ein winziger öffentlicher MCP-Server, der von einer Envy-verwalteten Modal-Sandbox unterstützt wird. Er stellt eine hello-Umgebung und die standardmäßigen Envy-MCP-Tools bereit:
create_sandbox · kill_sandbox · bash · read · write · edit · glob · grep
Dieses Beispiel verwendet die aktuelle FastMCP 4-Vorabversion (4.0.0b3), sodass die öffentliche Bereitstellung das v4-Server- und Client-Protokoll nutzt.
Bereitstellen
Erstellen Sie ein Modal-Token im
modal-labs-Workspace.Fügen Sie in diesem GitHub-Repository unter Settings → Secrets and variables → Actions diese Actions-Geheimnisse hinzu:
MODAL_TOKEN_IDMODAL_TOKEN_SECRET
Pushen Sie auf
mainoder führen Sie Deploy MCP server manuell über den Actions-Tab aus.
Der Workflow installiert Envy aus dem öffentlichen Repository aaazzam/envy, führt den Deklarationstest aus und stellt modal_app in devboxes.py auf Modal bereit.
Die bereitgestellte MCP-URL lautet:
https://modal-labs-aaazzam-dev--envy-mcp-hello-serve.modal.run/mcpDer Endpunkt ist absichtlich öffentlich für Experimente. Legen Sie keine Geheimnisse oder privaten Quellcode in der Hello-Sandbox ab.
Related MCP server: Modal MCP
Ausprobieren
Richten Sie einen MCP-Client auf die URL und rufen Sie auf:
create_sandboxmitenvironment: "hello"write/tmp/hello/message.txtmithello from MCPread,edit,bash,globodergrepfür diese Dateiread/tmp/hello/README.mdoder führen Sie/tmp/hello/hello.pyauskill_sandbox, wenn Sie fertig sind
Die Sandbox ist flüchtig, verwendet /tmp/hello als Arbeitsverzeichnis und ist mit einer kleinen README.md- und hello.py-Hello-World-Vorlage versehen.
Lokale Validierung
Mit Python und dem MCP-Extra installiert:
python -m unittest discover -s testsDie Live-Modal-Integration ist bewusst nicht Teil der GitHub Action. Die Action stellt die öffentliche Kontrollebene bereit; die Sandbox-Erstellung erfolgt, wenn ein MCP-Client create_sandbox aufruft.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
AlicenseAqualityFmaintenanceMCP server to give every agent an ephemeral Linux sandboxes for executing shell commands.148MIT- AlicenseAqualityBmaintenanceAn MCP server for managing Modal — apps, containers, volumes, and secrets — and for deploying & running Modal apps directly from Claude Code and other MCP clients.26MIT
- AlicenseAqualityCmaintenanceMCP server that gives AI assistants a secure gVisor-isolated sandbox to run Python or JavaScript code, returning stdout, stderr, and exit codes without local access.136MIT
Related MCP Connectors
Hosted MCP server connecting claude.ai, ChatGPT and other AI apps to your own computer
Cloud-hosted MCP server for durable AI memory
Connect AI agents to Flato's editable canvas runtime through a hosted MCP server.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/aaazzam/envy-mcp-hello'
If you have feedback or need assistance with the MCP directory API, please join our Discord server