Skip to main content
File SystemsPython

cyberchitta/llm-context.py

Share code context with LLMs via MCP or clipboard

file-systemslocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/cyberchitta/llm-context.py

Claude Desktop configuration example:

{
  "mcpServers": {
    "llm-contextpy": {
      "command": "npx",
      "args": [
        "-y",
        "cyberchitta/llm-context.py"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
File Systems
Language
Python
Author
cyberchitta