LLM Context
by cyberchitta
Smart context management for LLM workflows with rule-based file selection and code excerpting.
What it does
LLM Context provides focused, task-specific project context for AI agents and humans. It solves the 'context window' problem by using composable rules to intelligently select, filter, and excerpt only the most relevant parts of a codebase, reducing token waste and improving AI accuracy.
Tools
lc_outlines: Generates structure-focused excerpts of the codebase based on a specific rule.lc_preview: Validates which files and how much data a rule would select before actually using it.lc_missing: Fetches specific files or implementations on demand during a conversation.
Installation
Add to claude_desktop_config.json:
{
"mcpServers": {
"llm-context": {
"command": "uvx",
"args": ["--from", "llm-context", "lc-mcp"]
}
}
}
Supported hosts
- Claude Desktop
- Claude Code
Quick install
uv tool install "llm-context>=0.6.0"Information
- Pricing
- free
- Published
- 4/16/2026
- stars






