MCP-CLEAN
Provides Git integration for approved project folders, enabling status checks across all allowed repositories, creating checkpoints through stage, commit, and push, and rolling back projects to a previous commit.
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., "@MCP-CLEANRun a health check and show project status."
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.
MCP-CLEAN
MCP-CLEAN is a local control center for approved project folders on this machine.
Архитектура MCP-CLEAN
server.mjs- MCP server and tool implementationsconfig/allowed-roots.json- allowed project rootsbackups/- project archives and file backupslogs/- operational logslogs/actions.log- action audit trailtemp/- temporary runtime filesexchange/- exchange metadata and project notessmoke-test.mjs- local smoke test
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.
Backup
Все архивы и file-backups сохраняются только в
F:\MCP-CLEAN\backups.Имена архивов содержат timestamp.
Результаты backup включают путь, размер, информацию о проекте и список архивов.
Git checkpoint
git_checkpointделает stage, commit и push вorigin main.Поддерживается
dryRunдля безопасной проверки без изменений.
Rollback
restore_projectпоказывает доступные checkpoint commit'ы, если commit не указан.Перед откатом создается backup.
Затем выполняется
git reset --hardна выбранный commit.
Логи
logs/mcp-clean.log- операционные записи.logs/actions.log- журнал действий с датой, инструментом, проектом, действием и результатом.
Схема работы
Проверить здоровье через
health_check.Посмотреть систему через
system_status.Проанализировать проект через
project_scan.Подготовить изменение через
safe_change.При необходимости создать checkpoint через
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