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は、バックアップと checkpoint を介してプロジェクトを準備します。
Backup
すべてのアーカイブとファイルバックアップは
F:\MCP-CLEAN\backupsにのみ保存されます。アーカイブ名にはタイムスタンプが含まれます。
backup の結果には、パス、サイズ、プロジェクト情報、アーカイブのリストが含まれます。
Git checkpoint
git_checkpointはorigin mainへの stage、commit、push を実行します。変更なしの安全な確認のための
dryRunがサポートされています。
Rollback
restore_projectは、commit が指定されていない場合、利用可能な checkpoint commit を表示します。ロールバックの前にバックアップが作成されます。
その後、選択した commit に対して
git reset --hardが実行されます。
ログ
logs/mcp-clean.log- 運用レコード。logs/actions.log- 日付、ツール、プロジェクト、アクション、結果を含むアクションジャーナル。
作業フロー
health_checkでヘルス状態を確認します。system_statusでシステムを確認します。project_scanでプロジェクトを分析します。safe_changeで変更を準備します。必要に応じて
git_checkpointで 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