KHOSAN_DevSpace
KHOSAN_DevSpace
私有、仅工具的 MCP 运行时配置,围绕固定版本的 DevSpace 核心构建。
仓库:kongsak4807017/KHOSAN_DevSpaceMCP
此仓库尚不取代正在运行的遗留实例。遗留服务仍运行在 127.0.0.1:7676。首个 V2 金丝雀是一个仅供回环访问的本地配置,位于 127.0.0.1:7678,供 Codex 桌面端、CLI 和 IDE 客户端使用。
为何存在
之前的封装层将 UI、隧道控制、进程所有权、机密信息和健康轮询混在一起。它还每三秒探测一次公共 MCP 端点,产生数十万条日志记录。此实现将以下部分分离:
可重现的 DevSpace 依赖与配置;
运行时机密与 SQLite 状态;
故障分类;
单一所有者的进程监督;
有界日志;
ChatGPT 网页端与本地 Codex 访问路径。
Related MCP server: Workspace MCP
原型
tool-only / private internal。DevSpace 提供 MCP 工具。未添加任何小部件,因为所需的工作流不需要自定义 UI。
当前状态
固定 DevSpace 版本:
1.0.8本地配置:
127.0.0.1:7678网页配置:仅模板;在激活前需要独立的稳定 HTTPS 金丝雀源
遗留配置:保持不变,仍位于
127.0.0.1:7676子代理:在两个 V2 配置中均已禁用
命令
npm ci
npm run test:strict
npm run compile
./scripts/ops.ps1 materialize local
./scripts/ops.ps1 doctor local
./scripts/ops.ps1 start local
./scripts/ops.ps1 status local
./scripts/ops.ps1 classify local --forbiddenstart 持有配置锁,以有上限的指数退避重启失败的子进程,在反复崩溃后打开熔断器,并在被忽略的 runtime/ 目录下写入轮转日志。
Codex 本地注册
codex mcp add KHOSAN_DevSpace --url http://127.0.0.1:7678/mcp
codex mcp login KHOSAN_DevSpaceOAuth 需要已生成的 Owner 密码,该密码存储在被忽略的本地配置认证文件中。仅在回环批准页面中输入该密码;不要将其粘贴到聊天或日志中。认证后重启 Codex 客户端,以便其 MCP 清单刷新。
文档
主要参考资料
生产就绪
回环本地金丝雀已实现并通过验证。独立的 ChatGPT 网页端配置有意保持未激活状态,直到它拥有自己的稳定 HTTPS 源,并且 docs/SECURITY_BOUNDARY.md 中的依赖例外被解决或明确接受。
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 Connectors
Zero-setup MCP gateway securely connecting AI to your tools with authentication and workflows
MCP server for secureFlows: token-free URL builders and integration-linting tools for AI agents.
Remote MCP server for supportsheep: run AI interviews and manage support content for your blog.
327 dev tools via REST API and MCP. Generate Dockerfiles, schemas, K8s, APIs, and more.
Related MCP Servers
- AlicenseNot gradedqualityCmaintenanceLocal MCP server bridging ChatGPT Web to local tools for file, shell, git, test, and process management with secure policy controls.MIT
- FlicenseNot gradedqualityCmaintenanceSecure local development platform that exposes controlled developer capabilities (FS, Git, search, command execution) to AI assistants via MCP with deny-by-default security and audit logging.
- AlicenseNot gradedqualityBmaintenanceAn OAuth-protected MCP server exposing a coding-tool harness over Streamable HTTP, enabling remote MCP clients like ChatGPT to securely access a local development environment.16MIT
- FlicenseNot gradedqualityBmaintenanceMCP server bridging ChatGPT to local OpenHarness tools, enabling file reads/writes, grep, LSP, and shell execution on a workspace.
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/kongsak4807017/KHOSAN_DevSpaceMCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server