fti9999/dev-safety-mcp
If you are the rightful owner of dev-safety-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The Development Safety System - MCP Server is designed to ensure session continuity and sandbox safety for LLM development workflows, providing a seamless and secure environment for AI-assisted development.
Tools
Functions exposed to the LLM to take actions
create_sandbox
Creates an isolated copy of your project for safe development.
save_session_state
Saves complete session context for later continuation.
load_session_state
Loads the most recent session state and provides continuation prompt.
check_activity
Monitors file activity in the sandbox to suggest when to save state.
sync_to_main
Safely copies approved changes from sandbox to main project.
commit_progress
Manually commit current progress to prevent work loss.
check_mcp_status
Check the health and status of the MCP server monitoring system.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client