Claude Desktop Cursor Cline (VS Code) Windsurf Continue.dev Zed Claude Code (CLI)
~/Library/Application Support/Claude/claude_desktop_config.json · Windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"chatgpt-skill": {
"command": "git",
"args": [
"clone",
"https://github.com/dkyazzentwatwa/chatgpt-skills",
"~/.claude/skills/chatgpt-skills"
],
"_inferred": true
}
}
}
⧉ نسخ
افتح Claude Desktop → Settings → Developer → Edit Config. أعد التشغيل بعد الحفظ.
~/.cursor/mcp.json · .cursor/mcp.json
{
"mcpServers": {
"chatgpt-skill": {
"command": "git",
"args": [
"clone",
"https://github.com/dkyazzentwatwa/chatgpt-skills",
"~/.claude/skills/chatgpt-skills"
],
"_inferred": true
}
}
}
⧉ نسخ
يستخدم Cursor نفس مخطط mcpServers مثل Claude Desktop. إعدادات المشروع أولى من الإعدادات العامة.
VS Code → Cline → MCP Servers → Edit
{
"mcpServers": {
"chatgpt-skill": {
"command": "git",
"args": [
"clone",
"https://github.com/dkyazzentwatwa/chatgpt-skills",
"~/.claude/skills/chatgpt-skills"
],
"_inferred": true
}
}
}
⧉ نسخ
انقر على أيقونة MCP Servers في شريط Cline الجانبي، ثم "Edit Configuration".
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"chatgpt-skill": {
"command": "git",
"args": [
"clone",
"https://github.com/dkyazzentwatwa/chatgpt-skills",
"~/.claude/skills/chatgpt-skills"
],
"_inferred": true
}
}
}
⧉ نسخ
نفس الصيغة مثل Claude Desktop. أعد تشغيل Windsurf لتطبيق التغييرات.
~/.continue/config.json
{
"mcpServers": [
{
"name": "chatgpt-skill",
"command": "git",
"args": [
"clone",
"https://github.com/dkyazzentwatwa/chatgpt-skills",
"~/.claude/skills/chatgpt-skills"
]
}
]
}
⧉ نسخ
يستخدم Continue مصفوفة من كائنات الخادم بدلاً من خريطة.
~/.config/zed/settings.json
{
"context_servers": {
"chatgpt-skill": {
"command": {
"path": "git",
"args": [
"clone",
"https://github.com/dkyazzentwatwa/chatgpt-skills",
"~/.claude/skills/chatgpt-skills"
]
}
}
}
}
⧉ نسخ
أضف إلى context_servers. يعيد Zed التحميل تلقائيًا عند الحفظ.
claude mcp add chatgpt-skill -- git clone https://github.com/dkyazzentwatwa/chatgpt-skills ~/.claude/skills/chatgpt-skills
⧉ نسخ
أمر من سطر واحد. تحقق باستخدام claude mcp list. احذف باستخدام claude mcp remove.