Loading...
{
"mcpServers": {
"CyberChitta": {
"command": "uvx",
"args": ["--from", "llm-context", "lc-mcp"]
}
}
}lc_outlinesGenerates code structure excerpts from the current rule's selection.
Read-only operation, only extracts code structure.
lc_previewValidates the rule effectiveness by showing file selection and size.
Read-only operation, only previews the rule's output.
lc_missingFetches specific files or implementations on demand.
Potentially exposes file contents, but requires explicit file paths.
llm-context offers a controlled way to provide context to LLMs, but the safety depends heavily on the rules defined. It is safe when used with carefully crafted rules that limit access to necessary files. It is risky if rules are overly broad or expose sensitive information.