devspace is a self-hosted coding-agent harness over MCP for developers who want ChatGPT and other AI clients to work inside real local projects. The repository description names ChatGPT, Claude, Hermes, Grok Bot, and OpenClaw. The README frames the product as a way to give ChatGPT a secure connection to the user's own machine and turn it into a Codex-style coding workflow. At review time the repository showed 4363 GitHub stars, 464 forks, an MIT license, and a latest visible update date of 2026-08-31.
The durable entity is a tool, not just an MCP server listing, because devspace is a broader harness around coding-agent access, local project roots, approvals, tunnels, and setup flows. For ChatGPT usage, the user runs devspace locally, exposes it through a controlled HTTPS tunnel or reverse proxy, and connects the MCP endpoint. The README tells users to initialize with `devspace init`, then run `devspace serve` for ChatGPT usage. It also documents global installation with `npm install -g @waishnav/devspace` and a no-global path with `npx @waishnav/devspace init`.
The capabilities are powerful, so the security framing matters. Once connected, an approved AI client can read files, edit files, search code, inspect directories, run local shell commands, use package scripts, run tests, work with Git, and operate inside approved workspaces. The README warns users to treat a connected client like a trusted coding partner with access to the machine. It uses an owner password approval page and selected project roots, but that should not be described as isolation from the AI provider. A careful description is that project files are not uploaded to a third-party project workspace by devspace itself; users still choose which AI client receives context and commands.
For builders, devspace fits a specific gap. ChatGPT and other hosted assistants can reason well, but they often lack controlled access to a user's actual repository, terminal, tests, and local tools. devspace gives those hosts an MCP path into approved local projects. Coding-agent-only mode is different from ChatGPT setup: it can work from the current Git project or current directory and does not require the same public URL prompts. That makes the tool useful for people comparing local agents, hosted assistants, and custom MCP clients.
Pricing is open-source pricing. The repository is MIT licensed, while users pay for their own AI subscriptions, tunnel services if any, local compute, and connected accounts. The best fit is an experienced developer who understands local command execution risk and wants an inspectable bridge between AI clients and their codebase. For OpenTools readers, devspace is a high-signal project because it connects the MCP trend to a practical coding workflow: selected folders, real commands, real diffs, and explicit approvals.