file systems

Llm Context.Py

Share code context with LLMs via MCP or clipboard

python
local
file systems
0
View on GitHub

Installation

npx -y cyberchitta/llm-context.py

Configuration

Add this to your Copilot settings (Settings → Features → MCP → Add New MCP Server):

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

About This MCP Server

cyberchitta/llm-context.py

Share code context with LLMs via MCP or clipboard

GitHub: https://github.com/cyberchitta/llm-context.py

Need More Details?

View the complete documentation, examples, changelog, and more on GitHub

View Full Documentation on GitHub