Local Dev MCP Agent
Provides managed Git linked worktree support, allowing creation and removal of worktrees within allowed project boundaries, with protections for dirty/untracked worktrees and worktrees running managed processes.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Local Dev MCP Agentstart the dev server in the background"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Local Dev MCP Agent
Windows용 Portable Coding Agent MCP의 Developer Baseline 구현이다. 프로젝트 내부에서는 파일 편집, process, package manager, 테스트와 Git workflow를 실용적으로 허용하고, filesystem tool과 process cwd는 config.json의 Allowed Project Boundary로 제한한다.
빠른 시작:
config.json의allowed_roots를 설정한다.Verify-MCP.cmd를 실행한다.Codex는 STDIO MCP로 직접 등록한다.
ChatGPT는
Start-ChatGPT-Tunnel.cmd로 OpenAI Secure MCP Tunnel을 시작한 뒤 Tunnel connector를 사용한다.
상세 기준은 MCP_DEV_BASELINE.md, Phase 상태는 ROADMAP.md, 다른 PC 설치는 MCP_PORTABLE_SETUP.md를 참고한다.
Phase 2에서는 project_registry와 project_list / project_open / project_context / project_close를 제공한다. 등록 프로젝트는 반드시 기존 allowed_roots 내부여야 하며, active project는 상대 filesystem path와 process cwd의 기준만 바꾼다.
Phase 3에서는 process_start / process_list / process_read / process_write / process_stop으로 관리형 background process session을 제공한다. 장시간 dev server, watch, test runner처럼 즉시 반환이 필요한 프로세스를 띄우고 stdout/stderr를 읽거나 stdin을 보낼 수 있다. 기존 process allowlist, shell=False, Allowed Project Boundary, Git/package/network 정책을 그대로 재사용하며 범용 shell/PTTY를 새로 열지 않는다.
Phase 4에서는 git_worktree_list / git_worktree_create / git_worktree_remove로 관리형 Git linked worktree를 제공한다. worktree 경로는 기존 allowed_roots 내부여야 하고, 새 branch 생성만 지원하며 force 생성/삭제는 노출하지 않는다. dirty/untracked worktree는 Git의 기본 보호 동작에 따라 삭제되지 않고, 해당 worktree에서 managed process가 실행 중이면 제거를 거부한다. generic run_process(git, ["worktree", ...])는 계속 차단한다.
중요: 이 버전에는 Windows OS Process Sandbox가 없다.
ChatGPT Tunnel helper는 API key 평문을 프로젝트에 저장하지 않는다. 첫 입력값은 Windows Credential Manager에 보호 저장되며, 필요하면 Start-ChatGPT-Tunnel.cmd reset-credential로 삭제할 수 있다.
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
- AlicenseNot gradedqualityCmaintenanceEnables AI agents to work with multiple local projects on Windows, providing file system access and PowerShell command execution, with project auto-detection and support for various dev tools.3MIT
- AlicenseNot gradedqualityBmaintenanceEnables AI clients to control local Windows development tools by exposing project files, code search, file editing, test execution, Git operations, and resource viewing through a secure MCP interface with permission controls.13Apache 2.0
- FlicenseNot gradedqualityAmaintenanceEnables AI agents to develop within a local project workspace by reading and modifying files, running commands and tests, checking Git state, and persisting progress as history sessions that can be restored in later conversations.
- FlicenseNot gradedqualityBmaintenanceEnables secure remote development on Windows by allowing LLM clients to manage files, run commands, and automate browsers within sandboxed workspaces, with multi-project switching and OAuth authentication.
Related MCP Connectors
Cross-agent artifact workspace with provenance across Claude Code, Codex, Cursor, LangGraph.
Git-backed platform for skills, tools, and context for AI agents
Coding agents build full-stack apps in persistent workspaces and share them by link.
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/sj170103/mcp-t'
If you have feedback or need assistance with the MCP directory API, please join our Discord server