بواسطة MidnightDarling · MidnightDarling/jike-skill
عميل شبكة Jike (即刻) الاجتماعية للبشر والوكلاء الذكيين — تسجيل دخول عبر QR، والخلاصة، والمنشورات، والتعليقات، والبحث، وتصدير السجل الكامل إلى Markdown. Claude
عميل شبكة Jike (即刻) الاجتماعية للبشر والوكلاء الذكيين — تسجيل دخول عبر QR، والخلاصة، والمنشورات، والتعليقات، والبحث، وتصدير السجل الكامل إلى Markdown. وحدة Claude Code + برامج نصية مستقلة.
%APPDATA%\Claude\claude_desktop_config.json{
"mcpServers": {
"jike-skill": {
"command": "git",
"args": [
"clone",
"https://github.com/MidnightDarling/jike-skill",
"~/.claude/skills/jike-skill"
],
"_inferred": true
}
}
}
افتح Claude Desktop → Settings → Developer → Edit Config. أعد التشغيل بعد الحفظ.
{
"mcpServers": {
"jike-skill": {
"command": "git",
"args": [
"clone",
"https://github.com/MidnightDarling/jike-skill",
"~/.claude/skills/jike-skill"
],
"_inferred": true
}
}
}
يستخدم Cursor نفس مخطط mcpServers مثل Claude Desktop. إعدادات المشروع أولى من الإعدادات العامة.
{
"mcpServers": {
"jike-skill": {
"command": "git",
"args": [
"clone",
"https://github.com/MidnightDarling/jike-skill",
"~/.claude/skills/jike-skill"
],
"_inferred": true
}
}
}
انقر على أيقونة MCP Servers في شريط Cline الجانبي، ثم "Edit Configuration".
{
"mcpServers": {
"jike-skill": {
"command": "git",
"args": [
"clone",
"https://github.com/MidnightDarling/jike-skill",
"~/.claude/skills/jike-skill"
],
"_inferred": true
}
}
}
نفس الصيغة مثل Claude Desktop. أعد تشغيل Windsurf لتطبيق التغييرات.
{
"mcpServers": [
{
"name": "jike-skill",
"command": "git",
"args": [
"clone",
"https://github.com/MidnightDarling/jike-skill",
"~/.claude/skills/jike-skill"
]
}
]
}
يستخدم Continue مصفوفة من كائنات الخادم بدلاً من خريطة.
{
"context_servers": {
"jike-skill": {
"command": {
"path": "git",
"args": [
"clone",
"https://github.com/MidnightDarling/jike-skill",
"~/.claude/skills/jike-skill"
]
}
}
}
}
أضف إلى context_servers. يعيد Zed التحميل تلقائيًا عند الحفظ.
claude mcp add jike-skill -- git clone https://github.com/MidnightDarling/jike-skill ~/.claude/skills/jike-skill
أمر من سطر واحد. تحقق باستخدام claude mcp list. احذف باستخدام claude mcp remove.