MCP-CLEAN
MCP-CLEAN
MCP-CLEAN 是用于管理本机上已获准项目文件夹的本地控制中心。
MCP-CLEAN 架构
server.mjs- MCP 服务器及工具实现config/allowed-roots.json- 已获准的项目根目录backups/- 项目归档和文件备份logs/- 运行日志logs/actions.log- 操作审计跟踪temp/- 临时运行时文件exchange/- 交换元数据与项目说明smoke-test.mjs- 本地冒烟测试
Related MCP server: Node Dev MCP Server
所有可用工具
pinglist_directoryread_filewrite_fileproject_statusbackup_projecthealth_checkgit_status_allgit_checkpointrestore_projectsystem_statusproject_scansafe_change
项目操作
所有操作均限定在
config/allowed-roots.json中的路径范围内。system_status和git_status_all只对已获准项目生效。project_scan在不修改文件的前提下对项目结构进行深度检查。safe_change通过 backup 和 checkpoint 预先准备项目。
备份
所有归档和文件备份仅保存到
F:\MCP-CLEAN\backups。归档文件名包含时间戳。
备份结果包含路径、大小、项目信息及归档列表。
Git 检查点
git_checkpoint执行 stage、commit 并 push 到origin main。支持
dryRun,可在不做任何变更的情况下进行安全验证。
回滚
如果未指定 commit,
restore_project会列出可用的 checkpoint 提交。回滚前会先创建备份。
然后对选定的 commit 执行
git reset --hard。
日志
logs/mcp-clean.log- 运行记录。logs/actions.log- 操作日志,包含日期、工具、项目、操作及结果。
工作流程
通过
health_check检查健康状态。通过
system_status查看系统状态。通过
project_scan分析项目。通过
safe_change准备更改。如有必要,通过
git_checkpoint创建检查点。如有必要,通过
restore_project回滚项目。
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
- FlicenseNot gradedqualityDmaintenanceEnables file system operations such as listing, reading, and creating files within a scoped local project directory. It provides a secure way to manage local files through standardized MCP tools built with FastMCP.
- FlicenseBqualityDmaintenanceA lightweight server for managing local workspaces through file operations, Git version control, and Node.js development commands. It enables users to manipulate files, track repository status, and execute build or dependency scripts within their development environment.18
- FlicenseNot gradedqualityCmaintenanceExposes a secure, path-confined bridge to a local workspace and git remotes, enabling MCP clients to search, read, write, reset files, and perform git operations.
- FlicenseNot gradedqualityCmaintenanceEnables AI agents to manage local project files and Git operations through MCP tools, including file CRUD, search, Git status, recent commits, and project summaries.
Related MCP Connectors
A MCP server built for developers enabling Git based project management with project and personal…
Direct access to your Sanity projects (content, datasets, releases, schemas) and agent rules
Operate smplkit from your agent: feature flags, config, logging, audit, and scheduled jobs.
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/olegzh100/MCP-CLEAN'
If you have feedback or need assistance with the MCP directory API, please join our Discord server