Skip to main content
Glama

DevEx MCP Server


DevEx is an open-source platform to spin up cloud-based development environments (REPLs) that work like your local setup — but in the browser, anywhere, anytime.

Built for flexibility, you can code in your preferred stack, connect over SSH, or run sessions with AI agents via our MCP server. We also support sandboxing AI-generated code securely, letting you test real changes in isolated environments.

Unlike Gitpod or E2B, DevEx is lightweight, self-hostable, and production-grade out of the box — with a developer-first CLI, seamless AI integration, and Kubernetes-native design for infinite scale.

📣 Want to add your own REPL template? It's easy! 👉 Read the Contributing Guide to get started.


✨ Features

  • 🔐 GitHub OAuth authentication
  • 🪄 Create, Start, Stop, Delete REPLs via Core API
  • 💾 S3-backed file persistence
  • 📦 Kubernetes Deployments per REPL (Dynamic)
  • 📡 WebSocket-based Editor & Terminal
  • 🧹 Ephemeral containers for cleanup and sync
  • 🔒 HTTPS & TLS via Let's Encrypt & Cert Manager
  • 🎨 Beautiful Next.js + Tailwind frontend

⚙️ How It Works


🌀 Session Lifecycle


🔩 Key Components

web/Frontend

  • Built with Next.js + Tailwind CSS
  • GitHub OAuth login
  • GUI for File Tree, Editor, Terminal
  • WebSocket hooks to interact with Runner

core/Backend API

  • Written in Go
  • Handles user auth, S3 ops, Kubernetes deployments, cleanup
  • Redis for REPL session state
  • 📄 See core/README.md for detailed architecture & deployment steps

runner/REPL Runtime Container

  • Lightweight Go server
  • WebSocket API for:
    • File tree and file content access
    • Terminal (PTY) sessions
  • 📄 See runner/README.md for event list and package internals

k8s/Kubernetes Bootstrap & TLS

  • Contains:
    • Ingress-NGINX setup
    • cert-manager + Let’s Encrypt for auto TLS
  • 📄 See k8s/README.md for full setup instructions

templates/

  • Base folders (e.g. Node.js, Python) copied on REPL creation
  • Language-specific dockerized scaffolds
  • 📦 Want to add your own template? See the Contribution Guide

🧱 Infrastructure

  • ☸️ Kubernetes cluster for REPL pods
  • 🔒 Cert Manager + Let’s Encrypt for TLS
  • 🗃️ S3-compatible storage for persistence
  • 🐳 Docker images for runtime environments
  • ⚙️ Redis for in-memory session tracking

📦 Deployment Flow

  1. User logs in and creates a REPL
  2. core/ copies a template into username/repl-id/ on S3
  3. core/ deploys a pod, service, ingress in Kubernetes
  4. runner/ connects via WebSocket and serves FS + Terminal
  5. On session end:
    • Ephemeral container uploads updated files to S3
    • All K8s resources are cleaned up

💻 Tech Stack

LayerStack
FrontendNext.js, Tailwind, WebSockets
BackendGoLang (Echo/Fiber), Redis, S3 SDK
RunnerGoLang + PTY + WebSocket
OrchestrationKubernetes, Docker, Docker Swarm
NetworkingIngress NGINX + cert-manager
AuthGitHub OAuth

📄 Per-Component Docs

📚 For deeper implementation details:


🧠 Why I Built This

“This project is my deep dive into Cloud Infrastructure, DevOps, and FullStack Engineering — wrapped in a real-world application.” — Parth Kapoor



🤝 Contributing

This project is under active development. Want to contribute a template, fix, or feature? Start here 👉 CONTRIBUTING.md

Pull requests, suggestions, and feedback are always welcome!


📜 License

Licensed under the MIT License

-
security - not tested
A
license - permissive license
-
quality - not tested

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

AI-powered cloud development IDE, so you can run AI to surf in a secure sandbox environment.

  1. ⚙️ How It Works
    1. 🌀 Session Lifecycle
  2. 🔩 Key Components
    1. web/ – Frontend
    2. core/ – Backend API
    3. runner/ – REPL Runtime Container
    4. k8s/ – Kubernetes Bootstrap & TLS
    5. templates/
  3. 🧱 Infrastructure
    1. 📦 Deployment Flow
      1. 💻 Tech Stack
        1. 📄 Per-Component Docs
          1. 🧠 Why I Built This
            1. 🌐 Demo & Links
              1. 🤝 Contributing
                1. 📜 License

                  Related MCP Servers

                  • A
                    security
                    A
                    license
                    A
                    quality
                    Bridges Claude AI with Xcode, enabling AI-powered code assistance, project management, and automated development tasks securely on your local machine.
                    Last updated -
                    9
                    43
                    291
                    TypeScript
                    MIT License
                    • Apple
                  • A
                    security
                    F
                    license
                    A
                    quality
                    AI-driven tool that helps developers create beautiful UI components instantly through natural language descriptions, integrating with popular IDEs like Cursor, Windsurf, and VSCode.
                    Last updated -
                    3
                    2
                  • -
                    security
                    F
                    license
                    -
                    quality
                    AI-Powered Cloud databases: Empower your LLMs to build, migrate, and deploy database instances with AI
                    Last updated -
                    11
                    • Apple
                    • Linux
                  • -
                    security
                    A
                    license
                    -
                    quality
                    A framework that helps developers quickly build AI Native IDE products.
                    Last updated -
                    47
                    TypeScript
                    MIT License

                  View all related MCP servers

                  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/ParthKapoor-dev/devex'

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