🔗 المستودع الرسمي
github.com/juehang/vscode-mcp-serverملاحظة: راجع مستودع المشروع الرسمي للحصول على أحدث تعليمات الإعداد والترخيص.
ما هو؟
A MCP Server that allows AI such as Claude to read from the directory structure in a VS Code workspace, see problems picked up by linter(s) and the language s — هو خادم Model Context Protocol (MCP) يتيح لتطبيقات الذكاء الاصطناعي مثل Claude وCursor الوصول لقدرات coding agents بشكل آمن ومنظم عبر البروتوكول المفتوح.
حالات الاستخدام الشائعة
- ربط Claude أو Cursor بـcoding agents مباشرة
- أتمتة المهام المتكررة عبر وكلاء الذكاء الاصطناعي
- بناء سير عمل ذكي يجمع عدة أدوات في مسار واحد
التثبيت السريع (Claude Desktop)
{
"mcpServers": {
"vscode-mcp-server": {
"command": "npx",
"args": ["-y", "juehang/vscode-mcp-server"]
}
}
}أضف الكود لملف إعدادات Claude Desktop بعد تثبيت المتطلبات حسب تعليمات المستودع.