por yvgude · yvgude/lean-ctx
Reduce los costos de codificación con IA en un 99% — MCP Server + Shell Hook para Cursor, Claude Code, Copilot, Windsurf, Gemini CLI y 24 herramientas. Binario Rust único
Reduce los costos de codificación con IA en un 99% — MCP Server + Shell Hook para Cursor, Claude Code, Copilot, Windsurf, Gemini CLI y 24 herramientas. Binario Rust único, sin telemetría.
%APPDATA%\Claude\claude_desktop_config.json{
"mcpServers": {
"lean-ctx": {
"command": "TODO",
"args": [
"See README: https://github.com/yvgude/lean-ctx"
],
"_inferred": true
}
}
}
Abre Claude Desktop → Settings → Developer → Edit Config. Reinicia después de guardar.
{
"mcpServers": {
"lean-ctx": {
"command": "TODO",
"args": [
"See README: https://github.com/yvgude/lean-ctx"
],
"_inferred": true
}
}
}
Cursor usa el mismo esquema mcpServers que Claude Desktop. La configuración del proyecto prevalece sobre la global.
{
"mcpServers": {
"lean-ctx": {
"command": "TODO",
"args": [
"See README: https://github.com/yvgude/lean-ctx"
],
"_inferred": true
}
}
}
Haz clic en el icono MCP Servers de la barra lateral de Cline y luego en "Edit Configuration".
{
"mcpServers": {
"lean-ctx": {
"command": "TODO",
"args": [
"See README: https://github.com/yvgude/lean-ctx"
],
"_inferred": true
}
}
}
Mismo formato que Claude Desktop. Reinicia Windsurf para aplicar.
{
"mcpServers": [
{
"name": "lean-ctx",
"command": "TODO",
"args": [
"See README: https://github.com/yvgude/lean-ctx"
]
}
]
}
Continue usa un array de objetos de servidor en lugar de un mapa.
{
"context_servers": {
"lean-ctx": {
"command": {
"path": "TODO",
"args": [
"See README: https://github.com/yvgude/lean-ctx"
]
}
}
}
}
Añádelo a context_servers. Zed recarga en caliente al guardar.
claude mcp add lean-ctx -- TODO 'See README: https://github.com/yvgude/lean-ctx'
Un solo comando. Verifica con claude mcp list. Quita con claude mcp remove.