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": {
"gitlab-mcp-zereight": {
"command": "npx",
"args": [
"-y",
"@zereight/mcp-gitlab"
],
"env": {
"GITLAB_PERSONAL_ACCESS_TOKEN": "${GITLAB_TOKEN}",
"GITLAB_API_URL": "https://gitlab.com/api/v4"
}
}
}
}
⧉ نسخ
افتح Claude Desktop → Settings → Developer → Edit Config. أعد التشغيل بعد الحفظ.
~/.cursor/mcp.json · .cursor/mcp.json
{
"mcpServers": {
"gitlab-mcp-zereight": {
"command": "npx",
"args": [
"-y",
"@zereight/mcp-gitlab"
],
"env": {
"GITLAB_PERSONAL_ACCESS_TOKEN": "${GITLAB_TOKEN}",
"GITLAB_API_URL": "https://gitlab.com/api/v4"
}
}
}
}
⧉ نسخ
يستخدم Cursor نفس مخطط mcpServers مثل Claude Desktop. إعدادات المشروع أولى من الإعدادات العامة.
VS Code → Cline → MCP Servers → Edit
{
"mcpServers": {
"gitlab-mcp-zereight": {
"command": "npx",
"args": [
"-y",
"@zereight/mcp-gitlab"
],
"env": {
"GITLAB_PERSONAL_ACCESS_TOKEN": "${GITLAB_TOKEN}",
"GITLAB_API_URL": "https://gitlab.com/api/v4"
}
}
}
}
⧉ نسخ
انقر على أيقونة MCP Servers في شريط Cline الجانبي، ثم "Edit Configuration".
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"gitlab-mcp-zereight": {
"command": "npx",
"args": [
"-y",
"@zereight/mcp-gitlab"
],
"env": {
"GITLAB_PERSONAL_ACCESS_TOKEN": "${GITLAB_TOKEN}",
"GITLAB_API_URL": "https://gitlab.com/api/v4"
}
}
}
}
⧉ نسخ
نفس الصيغة مثل Claude Desktop. أعد تشغيل Windsurf لتطبيق التغييرات.
~/.continue/config.json
{
"mcpServers": [
{
"name": "gitlab-mcp-zereight",
"command": "npx",
"args": [
"-y",
"@zereight/mcp-gitlab"
]
}
]
}
⧉ نسخ
يستخدم Continue مصفوفة من كائنات الخادم بدلاً من خريطة.
~/.config/zed/settings.json
{
"context_servers": {
"gitlab-mcp-zereight": {
"command": {
"path": "npx",
"args": [
"-y",
"@zereight/mcp-gitlab"
]
}
}
}
}
⧉ نسخ
أضف إلى context_servers. يعيد Zed التحميل تلقائيًا عند الحفظ.
claude mcp add gitlab-mcp-zereight -- npx -y @zereight/mcp-gitlab
⧉ نسخ
أمر من سطر واحد. تحقق باستخدام claude mcp list. احذف باستخدام claude mcp remove.