MCP Directory
Back

llm-context.py

by cyberchitta · Python · ★ 299

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

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "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 →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related filesystem servers