Skip to main content
Glama
AyalaOnGit
by AyalaOnGit

📁 Super-Organizer MCP 🚀

מערכת בינה מלאכותית לניהול, ארגון ושינוי שמות קבצים חכם

מערכת זו מאפשרת ל-Claude "להשתלט" על הבלגן בתיקיות שלך. היא לא רק מזיזה קבצים, היא מבינה מה כתוב בתוכם ומציעה שמות חדשים ומשמעותיים בעברית.

לצפייה בסרטון הסבר והדגמה של הפרויקט (Demo) לחצו כאן


🧠 טכניקות ומתודולוגיה

המערכת פועלת באמצעות שלוש שכבות לוגיות מתקדמות:

1. ניתוח תוכן חכם (Smart Buffer Analysis)

במקום לקרוא קבצים שלמים (מה שעלול לגרום לאיטיות), המערכת דוגמת את ה-800 התווים הראשונים בלבד.

  • Heuristic Identification: ה-AI מזהה דפוסים (כמו כותרות, פונקציות קוד או תאריכים) כדי להבין את מהות הקובץ.

  • Encoding Safety: שימוש ב-utf-8 עם התעלמות משגיאות מאפשר לקרוא קבצים מגוונים מבלי שהמערכת תקרוס.

2. הגנה מפני קבצי מדיה (Binary Shielding)

כדי למנוע מה-AI "להזות" (Hallucinate) תוכן של תמונות או וידאו:

  • המערכת מזהה סיומות בינאריות מראש (JPG, PNG, MP4).

  • קבצים אלו מוגדרים אוטומטית כ-"ללא תצוגה מקדימה", מה שכופה על ה-AI לשלוח אותם לתיקיית "למיון ידני" במקום לנחש את תוכנם.

3. נירמול נתיבים (Path Normalization)

המערכת יודעת להתמודד עם המורכבות של Windows:

  • הופכת נתיבים ל-"Absolute Paths" כדי למנוע טעויות מיקום.

  • מתקנת בעיות של סלאשים הפוכים (\) שנוצרים לעיתים בעבודה מול ממשקי AI.


Related MCP server: File Organizer MCP

🛠 דרישות מערכת

  • Python 3.10+

  • Claude Desktop App

  • FastMCP Framework


ריכזנו כאן את כל שלבי העבודה, מהסריקה הראשונית ועד התוצאה הסופית בתיקייה:

Stage

Visual

Description

1. Analysis & Planning

Scan and PlanScan and Plan

Claude identifies files, displays previews, and suggests Hebrew names.

2. Execution Summary

Summary

A log showing the final results of the organization process.

3. Folder: BEFORE

Before

The original messy state of the folder before processing.

4. Folder: AFTER

After

The final result: organized folders and clear Hebrew filenames.


🚀 הוראות הרצה

  1. ודאו ששרת ה-MCP רץ ב-Claude Desktop.

  2. פתחו צ'אט וכתבו: "תסדר לי את התיקייה [נתיב]".

  3. עברו על הטבלה שקלוד יציע ואשרו את הביצוע.

F
license - not found
Not graded
quality - not tested
D
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
    A modular MCP server that provides tools for file operations, regex-based code searching, and structural analysis of functions and classes across multiple programming languages. It also includes AI-powered features for intelligently updating files according to architectural changes.
  • A
    license
    B
    quality
    A
    maintenance
    A powerful, security-hardened MCP server for intelligent file organization. Provides high-level atomic tools for organizing files into categories, detecting duplicates, extracting EXIF/ID3 metadata, scheduling automatic organization, and more — for use with Claude, Cursor, and Gemini CLI.
    26
    32
    43
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    MCP server for performing filesystem operations, enabling file management and manipulation through natural language.
    MIT

View all related MCP servers

Related MCP Connectors

  • MCP server for generating rough-draft project plans from natural-language prompts.

  • An MCP server for deep research or task groups

  • 2,000+ MCP servers read at source level. Know what one does before you connect. Free, no key.

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/AyalaOnGit/MCPFolderOrganizer'

If you have feedback or need assistance with the MCP directory API, please join our Discord server