MCP-CLEAN
MCP-CLEAN
MCP-CLEAN — это локальный центр управления для разрешенных папок проектов на этой машине.
Архитектура MCP-CLEAN
server.mjs- реализация MCP-сервера и инструментовconfig/allowed-roots.json- разрешенные корни проектовbackups/- архивы проектов и резервные копии файловlogs/- операционные журналыlogs/actions.log- журнал аудита действийtemp/- временные файлы выполненияexchange/- 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.
Резервное копирование
Все архивы и file-backups сохраняются только в
F:\MCP-CLEAN\backups.Имена архивов содержат timestamp.
Результаты backup включают путь, размер, информацию о проекте и список архивов.
Контрольная точка Git
git_checkpointделает stage, commit и push вorigin/main.Поддерживается
dry_runдля безопасной проверки без изменений.
Откат
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