Back to MCP Servers
Llm Context.py
Share code context with LLMs via MCP or clipboard
file-systemsllm
By cyberchitta
Installation
npx -y llm-context.pyConfiguration
{
"mcpServers": {
"llm-context.py": {
"command": "npx",
"args": ["-y", "llm-context.py"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes