cyberchitta/llm-context.py
Share code context with LLMs via MCP or clipboard
Quick Start
Clone the repository:
git clone https://github.com/cyberchitta/llm-context.pyClaude Desktop configuration example:
{
"mcpServers": {
"llm-contextpy": {
"command": "npx",
"args": [
"-y",
"cyberchitta/llm-context.py"
]
}
}
}Check the repository README for specific installation and configuration instructions.