🔗 المستودع الرسمي
github.com/pdavis68/RepoMapperملاحظة: راجع مستودع المشروع الرسمي للحصول على أحدث تعليمات الإعداد والترخيص.
ما هو؟
An MCP server (and command-line tool) to provide a dynamic map of chat-related files from the repository with their function prototypes and related files in o — هو خادم Model Context Protocol (MCP) يتيح لتطبيقات الذكاء الاصطناعي مثل Claude وCursor الوصول لقدرات coding agents بشكل آمن ومنظم عبر البروتوكول المفتوح.
حالات الاستخدام الشائعة
- ربط Claude أو Cursor بـcoding agents مباشرة
- أتمتة المهام المتكررة عبر وكلاء الذكاء الاصطناعي
- بناء سير عمل ذكي يجمع عدة أدوات في مسار واحد
التثبيت السريع (Claude Desktop)
{
"mcpServers": {
"RepoMapper": {
"command": "npx",
"args": ["-y", "pdavis68/RepoMapper"]
}
}
}أضف الكود لملف إعدادات Claude Desktop بعد تثبيت المتطلبات حسب تعليمات المستودع.