★ 656 stars
Rust
🤖 AI/LLM
Updated 1mo ago
Reduce AI coding costs by 99% — MCP Server + Shell Hook for Cursor, Claude Code, Copilot, Windsurf, Gemini CLI & 24 tools. Single Rust binary, zero telemetry.
View on GitHub →
Try with Claude — $10 free →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"lean-ctx": {
"command": "cargo",
"args": [
"run",
"--",
"lean-ctx"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add lean-ctx cargo run -- lean-ctx
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"lean-ctx": {
"command": "cargo",
"args": [
"run",
"--",
"lean-ctx"
]
}
}
}
📋 Copy
Topics
agentic-coding ai ai-coding claude-code context-engineering copilot cursor developer-tools gemini-cli llm mcp mcp-server reduce-token-costs rust token-optimization