llm-context.py

cyberchitta/llm-context.py
★ 295 stars Python 🤖 AI/LLM Updated 1mo ago
Share code with LLMs via Model Context Protocol or clipboard. Rule-based customization enables easy switching between different tasks (like code review and documentation). Includes smart code outlining.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "llm-context.py": {
      "command": "uvx",
      "args": [
        "llm-context.py"
      ]
    }
  }
}

Or install with pip: pip install llm-context.py

Topics

claude-desktopclicodingmodel-context-protocoltools