Skip to main content
Glama

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

利用可能なすべてのツール

  • ping

  • list_directory

  • read_file

  • write_file

  • project_status

  • backup_project

  • health_check

  • git_status_all

  • git_checkpoint

  • restore_project

  • system_status

  • project_scan

  • safe_change

プロジェクトの操作

  • すべての操作は config/allowed-roots.json のパスに制限されています。

  • system_statusgit_status_all は、許可されたプロジェクトのみに対して動作します。

  • project_scan は、ファイルを変更せずに構造の深いチェックを実行します。

  • safe_change は、バックアップと checkpoint を介してプロジェクトを準備します。

Backup

  • すべてのアーカイブとファイルバックアップは F:\MCP-CLEAN\backups にのみ保存されます。

  • アーカイブ名にはタイムスタンプが含まれます。

  • backup の結果には、パス、サイズ、プロジェクト情報、アーカイブのリストが含まれます。

Git checkpoint

  • git_checkpointorigin main への stage、commit、push を実行します。

  • 変更なしの安全な確認のための dryRun がサポートされています。

Rollback

  • restore_project は、commit が指定されていない場合、利用可能な checkpoint commit を表示します。

  • ロールバックの前にバックアップが作成されます。

  • その後、選択した commit に対して git reset --hard が実行されます。

ログ

  • logs/mcp-clean.log - 運用レコード。

  • logs/actions.log - 日付、ツール、プロジェクト、アクション、結果を含むアクションジャーナル。

作業フロー

  1. health_check でヘルス状態を確認します。

  2. system_status でシステムを確認します。

  3. project_scan でプロジェクトを分析します。

  4. safe_change で変更を準備します。

  5. 必要に応じて git_checkpoint で checkpoint を作成します。

  6. 必要に応じて restore_project でプロジェクトをロールバックします。

A
license - permissive license
Not graded
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • F
    license
    Not graded
    quality
    D
    maintenance
    Enables 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.
  • F
    license
    B
    quality
    D
    maintenance
    A 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
  • F
    license
    Not graded
    quality
    C
    maintenance
    Exposes 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.

View all related MCP servers

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.

View all MCP Connectors

Latest Blog Posts

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