作者 yvgude · yvgude/lean-ctx
AI コーディングコストを 99% 削減 — MCP サーバー + Shell フック for Cursor、Claude Code、Copilot、Windsurf、Gemini CLI & 24 ツール。Single Rust binar
AI コーディングコストを 99% 削減 — MCP サーバー + Shell フック for Cursor、Claude Code、Copilot、Windsurf、Gemini CLI & 24 ツール。Single Rust バイナリ、ゼロテレメトリ。
%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 は Claude Desktop と同じ mcpServers スキーマを使用。プロジェクト設定はグローバルより優先。
{
"mcpServers": {
"lean-ctx": {
"command": "TODO",
"args": [
"See README: https://github.com/yvgude/lean-ctx"
],
"_inferred": true
}
}
}
Cline サイドバーの MCP Servers アイコンをクリックし、"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 で削除。