Turn ChatGPT into Codex! OR Turn Claude Web into Claude Code!
$ npx -y skills add Waishnav/devspace --agent claude-code
Run the curl in your terminal, the rest in Claude Code.
Repo: Waishnav/devspace
What's inside

Give ChatGPT a secure connection to your own machine and Turn ChatGPT into Codex
DevSpace is a self-hosted MCP server that lets ChatGPT read, edit, search, and run code in your real local projects โ your files, your tools, your terminal โ without uploading anything to a third party. You run it on your machine, expose it through a tunnel you control, and approve the connection with a password only you have.
DevSpace requires Node >=22.19 <27.
Install the DevSpace CLI:
npm install -g @waishnav/devspace
Then initialize and start the server:
devspace init
devspace serve
Or run it without a global install:
npx @waishnav/devspace init
npx @waishnav/devspace serve
During setup, DevSpace asks for:
7676Use the public origin without /mcp during setup:
https://your-tunnel-host.example.com
You will configure your MCP client with the public /mcp URL after setup.
When the client connects, DevSpace opens an Owner password approval page. Enter
the Owner password printed by devspace init. It is also stored in:
~/.devspace/auth.json
Keep that password private.
The default local endpoint is:
http://127.0.0.1:7676/mcp
Most users should connect through a public HTTPS tunnel:
https://your-tunnel-host.example.com/mcp
[!NOTE] Using DevSpace as an MCP connector isn't against OpenAI's Usage Policies โ it's a standard custom App/connector setup, and writing or running code isn't a restricted use case. But your account is governed by your usage, not by DevSpace. Don't point it at anything that would violate your provider's terms. Used normally, you're fine. (Based on OpenAI's Usage Policies and Service Terms as of June 2026.)
Once connected, ChatGPT can open one of your approved project folders as a workspace. From there, it can inspect the repo, make scoped edits, run commands, and show you what changed.
DevSpace gives ChatGPT tools to:
AGENTS.md and CLAUDE.mdDevSpace is remote access to selected local folders.
You decide which roots are allowed. The MCP client still has powerful local capabilities inside an opened workspace, including shell execution. Treat a connected client like a trusted coding partner with access to your machine.
For a normal ChatGPT coding session:
devspace serve./mcp URL.DevSpace supports Linux, macOS, and Windows environments with a Bash-compatible shell.
| Platform | Status | Notes |
|---|---|---|
| Linux | Supported | Requires Node, npm, Git, and Bash. |
| macOS | Supported | Requires Node, npm, Git, and Bash. |
| Windows with Git Bash, WSL, MSYS2, or Cygwin Bash | Supported | Git Bash is the simplest native Windows setup. |
Windows PowerShell or cmd.exe only | Not supported yet | Install Git Bash or use WSL. |
Run this to inspect your local setup:
devspace doctor
Every piece of software is becoming conversational. Natural language is redefining how we interact with tools, workflows, and systems.
My bet is that ChatGPT becomes the operating system for everything. Once we reach AGI, we will simply talk to ChatGPT, and it will prompt, coordinate, and orchestrate sub-agents that set up the right loops for us.
We are not there yet.
DevSpace is one attempt to fast-forward that future: a way for MCP-capable hosts like ChatGPT and Claude to work directly with local project files through explicit, inspectable tools.
I'm Waishnav. I like building opinionated products and tools, and Artifacts is one example.
This year, I began my journey to build a one-person, multi-agent company capable of generating millions in revenue. If you want to follow the failures, wins, lessons, and everything in between, come hang out with me on X.
For working on DevSpace itself:
npm install --include=dev
npm run dev
npm run typecheck
npm test
npm run build
npm run start
.agents/
plan/
local-agent-profiles-and-cli-plan.md
.env.example
.github/
FUNDING.yml
workflows/
ci.yml
.gitignore
AGENTS.md
CONTRIBUTING.md
docs/
agent-profile-schema.md
artifact-exchange.md
assets/
devspace-logo-light.png
devspace-screenshot.png
chatgpt-coding-workflow.md
configuration.md
gotchas.md
security.md
setup.md
examples/
agents/
claude-implementer.md
codex-explorer.md
codex-qa-tester.md
codex-worker.md
copilot-reviewer.md
cursor-agent-worker.md
opencode-explorer.md
pi-reviewer.md
LICENSE
package-lock.json
package.json
README.md
scripts/
dev-server.mjs
fix-node-pty-permissions.mjs
skills/
subagent-delegation/
SKILL.md
src/
apply-patch.test.ts
apply-patch.ts
artifact-download.test.ts
artifact-error.ts
artifact-tools.ts
cli.test.ts
cli.ts
config.test.ts
config.ts
db/
client.ts
migrations.ts
schema.ts
git-worktrees.ts
git.ts
incoming-artifacts.test.ts
incoming-artifacts.ts
local-agent-adapters.test.ts
local-agent-adapters.ts
local-agent-availability.test.ts
local-agent-availability.ts
local-agent-path.ts
local-agent-profiles.test.ts
local-agent-profiles.ts
local-agent-runtime.test.ts
local-agent-runtime.ts
local-agent-store.test.ts
local-agent-store.ts
local-agent-targets.test.ts
local-agent-targets.ts
logger.ts
mcp-sessions.test.ts
mcp-sessions.ts
oauth-provider.ts
oauth-store.test.ts
oauth-store.ts
pi-tools.ts
process-platform.test.ts
process-platform.ts
process-sessions.test.ts
process-sessions.ts
request-meta.test.ts
request-meta.ts
review-checkpoints.test.ts
review-checkpoints.ts
roots.test.ts
roots.ts
server-shutdown.test.ts
server-shutdown.ts
server.test.ts
server.ts
skills.test.ts
skills.ts
ui/
assets/
provider-logos/
claude.svg
copilot-dark.svg
cursor-dark.svg
openai-dark.svg
opencode-dark.svg
pi-on-dark.svg
card-types.test.ts
card-types.ts
heavy-payload.tsx
icons.ts
patch-display.test.ts
patch-display.ts
review-payload.tsx
scrollbar.ts
tool-display.test.ts
tool-display.ts
vite-env.d.ts
workspace-app.css
workspace-app.html
workspace-app.tsx
user-config.ts
workspace-conversation.test.ts
workspace-store.ts
workspaces.test.ts
workspaces.ts
tsconfig.build.json
tsconfig.json
vite.config.tsFAQ
devspace is a Claude Code plugin with 1 hand-picked skill for development work, indexed on Flowy. Install it with the command on its page. It includes subagent-delegation. Its skills do not fire on their own yet. Request auto-invocation to have Flowy route them as you prompt. Free and open source.