MCP.so
登录

Development Safety System - MCP Server

@fti9999

关于 Development Safety System - MCP Server

MCP server for session continuity and sandbox safety in LLM development workflows. Provides "pick up exactly where you left off" + "never break the main app" functionality.

基本信息

分类

其他

许可证

MIT license

运行时

python

传输方式

stdio

发布者

fti9999

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "dev-safety-mcp": {
      "command": "python",
      "args": [
        "tools/check-mcp-status.py"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Development Safety System - MCP Server?

The Development Safety System MCP Server is an MCP (Model Control Protocol) server that provides session continuity and sandbox safety for LLM development workflows. It targets developers using AI-assisted coding tools, enabling them to save and restore complete session context and experiment in isolated sandboxes without risking the main project.

How to use Development Safety System - MCP Server?

Install via pip (clone repository, install dependencies with pip install -r requirements.txt, then pip install -e .). Use an MCP compatible client (e.g., Claude Desktop) to invoke tools such as create_sandbox, save_session_state, load_session_state, sync_to_main, check_activity, commit_progress, and check_mcp_status.

Key features of Development Safety System - MCP Server

  • Session state persistence for seamless work continuation
  • Sandbox management for isolated development environments
  • File-based activity detection to suggest saving state
  • Safe synchronization of approved changes to main project
  • Automatic backups before any sync operations
  • Built-in server health monitoring with heartbeat files

Use cases of Development Safety System - MCP Server

  • Create an isolated copy of a project for safe experimentation
  • Save complete session context when taking a break
  • Resume work exactly where you left off using saved state
  • Monitor file activity to prompt saving during inactivity
  • Copy approved changes from sandbox back to main project

FAQ from Development Safety System - MCP Server

What is the purpose of this server?

It provides "pick up exactly where you left off" and "never break the main app" functionality for AI-assisted development by managing session state, sandboxes, and safe synchronization.

How do I install it?

Clone the repository, install dependencies with pip install -r requirements.txt, then install the package with pip install -e ..

What are the system requirements?

Python 3.8 or higher, Git (for sandbox version control), and an MCP compatible client such as Claude Desktop.

How can I check if the server is running?

Use the built-in check_mcp_status tool or the external status checker script (python tools/check-mcp-status.py). The server writes a heartbeat file to ~/.dev-safety/mcp_status.json every 30 seconds.

What license is this project under?

MIT License – see the LICENSE file for details.

评论

其他 分类下的更多 MCP 服务器