🔗 المستودع الرسمي
github.com/hechtcarmel/jetbrains-index-mcp-pluginملاحظة: راجع مستودع المشروع الرسمي للحصول على أحدث تعليمات الإعداد والترخيص.
ما هو؟
A JetBrains IDE plugin that exposes an MCP server, enabling AI coding assistants to leverage the IDE's indexing and refactoring capabilities (rename, safe del — هو خادم Model Context Protocol (MCP) يتيح لتطبيقات الذكاء الاصطناعي مثل Claude وCursor الوصول لقدرات developer tools بشكل آمن ومنظم عبر البروتوكول المفتوح.
حالات الاستخدام الشائعة
- ربط Claude أو Cursor بـdeveloper tools مباشرة
- أتمتة المهام المتكررة عبر وكلاء الذكاء الاصطناعي
- بناء سير عمل ذكي يجمع عدة أدوات في مسار واحد
التثبيت السريع (Claude Desktop)
{
"mcpServers": {
"jetbrains-index-mcp-plugin": {
"command": "npx",
"args": ["-y", "hechtcarmel/jetbrains-index-mcp-plugin"]
}
}
}أضف الكود لملف إعدادات Claude Desktop بعد تثبيت المتطلبات حسب تعليمات المستودع.