Skip to main content
Glama

MCP-CLEAN

MCP-CLEAN ist eine lokale Steuerzentrale für freigegebene Projektordner auf diesem Rechner.

Architektur von MCP-CLEAN

  • server.mjs - MCP-Server und Tool-Implementierungen

  • config/allowed-roots.json - erlaubte Projekt-Stammverzeichnisse

  • backups/ - Projektarchive und Datei-Backups

  • logs/ - Betriebs-Logs

  • logs/actions.log - Audit-Trail für Aktionen

  • temp/ - temporäre Laufzeitdateien

  • exchange/ - Austausch-Metadaten und Projektnotizen

  • smoke-test.mjs - lokaler Smoke-Test

Related MCP server: Node Dev MCP Server

Alle verfügbaren Tools

  • 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

Arbeiten mit Projekten

  • Alle Vorgänge sind auf die Pfade aus config/allowed-roots.json beschränkt.

  • system_status und git_status_all arbeiten nur für freigegebene Projekte.

  • project_scan führt eine tiefgehende Strukturprüfung durch, ohne Dateien zu verändern.

  • safe_change bereitet das Projekt über ein Backup und einen Checkpoint vor.

Backup

  • Alle Archive und Datei-Backups werden ausschließlich unter F:\MCP-CLEAN\backups gespeichert.

  • Die Namen der Archive enthalten einen Zeitstempel.

  • Backup-Ergebnisse enthalten den Pfad, die Größe, Projektinformationen und die Liste der Archive.

Git-Checkpoint

  • git_checkpoint führt stage, commit und push nach origin main aus.

  • dryRun wird für eine sichere Prüfung ohne Änderungen unterstützt.

Rollback

  • restore_project zeigt verfügbare Checkpoint-Commits an, sofern kein Commit angegeben ist.

  • Vor dem Rollback wird ein Backup erstellt.

  • Anschließend wird git reset --hard auf den ausgewählten Commit ausgeführt.

Logs

  • logs/mcp-clean.log - Betriebs-Log.

  • logs/actions.log - Aktionsprotokoll mit Datum, Tool, Projekt, Aktion und Ergebnis.

Arbeitsablauf

  1. Gesundheit über health_check prüfen.

  2. System über system_status anzeigen.

  3. Projekt über project_scan analysieren.

  4. Änderung über safe_change vorbereiten.

  5. Bei Bedarf einen Checkpoint über git_checkpoint erstellen.

  6. Bei Bedarf das Projekt über restore_project zurücksetzen.

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