MCP Directory
Back

llm-context.py

by cyberchitta · Python · ★ 301

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.

#claude-desktop#cli#coding#model-context-protocol#tools

Install

pip install git+https://github.com/cyberchitta/llm-context.py.git

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "llm-context-py": {
      "command": "uvx",
      "args": [
        "git+https://github.com/cyberchitta/llm-context.py.git"
      ]
    }
  }
}

From the README

[](https://opensource.org/licenses/Apache-2.0) [](https://pypi.org/project/llm-context/) [](https://pepy.tech/project/llm-context) **Smart context management for LLM development workflows.** Share relevant project files instantly through intelligent selection and rule-based filtering. Getting the right context into LLM conversations is friction-heavy: - Manually finding and copying relevant files wastes time - Too much context hits token limits, too little misses important details - AI requests for additional files require manual fetching - Hard to track what changed during development sess…
Read full README on GitHub →

Related ai & ml servers