بواسطة yvgude · yvgude/lean-ctx
قلل تكاليف AI coding بنسبة 99% — خادم MCP + Shell Hook لـ Cursor و Claude Code و Copilot و Windsurf و Gemini CLI و 24 أداة. ملف Rust ثنائي واحد
قلل تكاليف AI coding بنسبة 99% — خادم MCP + Shell Hook لـ Cursor و Claude Code و Copilot و Windsurf و Gemini CLI و 24 أداة. ملف Rust ثنائي واحد، بدون telemetry.
%APPDATA%\Claude\claude_desktop_config.json{
"mcpServers": {
"lean-ctx": {
"command": "TODO",
"args": [
"See README: https://github.com/yvgude/lean-ctx"
],
"_inferred": true
}
}
}
افتح Claude Desktop → Settings → Developer → Edit Config. أعد التشغيل بعد الحفظ.
{
"mcpServers": {
"lean-ctx": {
"command": "TODO",
"args": [
"See README: https://github.com/yvgude/lean-ctx"
],
"_inferred": true
}
}
}
يستخدم Cursor نفس مخطط mcpServers مثل Claude Desktop. إعدادات المشروع أولى من الإعدادات العامة.
{
"mcpServers": {
"lean-ctx": {
"command": "TODO",
"args": [
"See README: https://github.com/yvgude/lean-ctx"
],
"_inferred": true
}
}
}
انقر على أيقونة MCP Servers في شريط Cline الجانبي، ثم "Edit Configuration".
{
"mcpServers": {
"lean-ctx": {
"command": "TODO",
"args": [
"See README: https://github.com/yvgude/lean-ctx"
],
"_inferred": true
}
}
}
نفس الصيغة مثل Claude Desktop. أعد تشغيل Windsurf لتطبيق التغييرات.
{
"mcpServers": [
{
"name": "lean-ctx",
"command": "TODO",
"args": [
"See README: https://github.com/yvgude/lean-ctx"
]
}
]
}
يستخدم Continue مصفوفة من كائنات الخادم بدلاً من خريطة.
{
"context_servers": {
"lean-ctx": {
"command": {
"path": "TODO",
"args": [
"See README: https://github.com/yvgude/lean-ctx"
]
}
}
}
}
أضف إلى context_servers. يعيد Zed التحميل تلقائيًا عند الحفظ.
claude mcp add lean-ctx -- TODO 'See README: https://github.com/yvgude/lean-ctx'
أمر من سطر واحد. تحقق باستخدام claude mcp list. احذف باستخدام claude mcp remove.