Install llm-context from PyPI
Install exact version 0.7.0. The executable name has not been verified, so it is intentionally not guessed.
python -m pip install 'llm-context==0.7.0'Share code context with LLMs via MCP or clipboard
Detailed security scan evidence is not public for this MCP yet. Public identity, registry metadata, and independently observed protocol inventory remain available.
Installation and connection instructions are shown only when supported by retained package, repository, or endpoint evidence.
Install exact version 0.7.0. The executable name has not been verified, so it is intentionally not guessed.
python -m pip install 'llm-context==0.7.0'| Canonical slug | llm-context-0d56a30f | Deployment | Local Only |
|---|---|---|---|
| Canonical package | pypi:llm-context | Repository | cyberchitta/llm-context.py |
| First published | Jul 28, 2026 | Latest release | Aug 26, 2026 |
| Last security verification | — | Classification confidence | 90% |
| Publication | Draft | Official distribution | Not verified |
| Channel | Identifier | Current version | Versions | Source |
|---|---|---|---|---|
| pypi | llm-context | 0.7.0 | 2 | Repository |
| Package | Version | Published / observed | Inventory | Security scan |
|---|---|---|---|---|
| pypillm-context | 0.7.0Current | Aug 26, 2026 | 5 toolsSucceeded · 0 resources · 0 prompts | Evidence restricted |
Independently scan the exact version your agents use, receive alerts when its risk changes, and investigate every finding with retained version evidence.
No public current-version evidence is available yet.
| Tool | Category | Annotations | Risk |
|---|---|---|---|
lc_changedReturns list of files modified since given timestamp.
Args:
root_path: Root directory path (e.g. '/home/user/projects/myproject')
timestamp: Unix timestamp to check modifications since
Input schema{
"properties": {
"root_path": {
"title": "Root Path",
"type": "string"
},
"timestamp": {
"title": "Timestamp",
"type": "number"
}
},
"required": [
"root_path",
"timestamp"
],
"type": "object",
"title": "lc_changedArguments"
}Output schema{
"properties": {
"result": {
"title": "Result",
"type": "string"
}
},
"required": [
"result"
],
"type": "object",
"title": "lc_changedOutput"
} | — | — | |
lc_missingUnified tool for retrieving missing context (files, implementations, or excluded sections).
Args:
root_path: Root directory path (e.g. '/home/user/projects/myproject')
param_type: Type of data - 'f' for files, 'i' for implementations, 'e' for excluded sections
data: JSON string containing the data (file paths in /{project-name}/ format or implementation queries)
timestamp: Context generation timestamp
Input schema{
"properties": {
"root_path": {
"title": "Root Path",
"type": "string"
},
"param_type": {
"title": "Param Type",
"type": "string"
},
"data": {
"title": "Data",
"type": "string"
},
"timestamp": {
"title": "Timestamp",
"type": "number"
}
},
"required": [
"root_path",
"param_type",
"data",
"timestamp"
],
"type": "object",
"title": "lc_missingArguments"
}Output schema{
"properties": {
"result": {
"title": "Result",
"type": "string"
}
},
"required": [
"result"
],
"type": "object",
"title": "lc_missingOutput"
} | — | — | |
lc_outlinesReturns excerpted content highlighting important sections in all supported files.
Args:
root_path: Root directory path
rule_name: Rule to use for file selection rules
Input schema{
"properties": {
"root_path": {
"title": "Root Path",
"type": "string"
},
"rule_name": {
"title": "Rule Name",
"type": "string"
}
},
"required": [
"root_path",
"rule_name"
],
"type": "object",
"title": "lc_outlinesArguments"
}Output schema{
"properties": {
"result": {
"title": "Result",
"type": "string"
}
},
"required": [
"result"
],
"type": "object",
"title": "lc_outlinesOutput"
} | — | — | |
lc_previewPreview what files a rule selects and their sizes.
Args:
root_path: Root directory path (e.g. '/home/user/projects/myproject')
rule_name: Name of the rule to preview (e.g. 'prm-code', 'tmp-prm-auth-jwt')
Input schema{
"properties": {
"root_path": {
"title": "Root Path",
"type": "string"
},
"rule_name": {
"title": "Rule Name",
"type": "string"
}
},
"required": [
"root_path",
"rule_name"
],
"type": "object",
"title": "lc_previewArguments"
}Output schema{
"properties": {
"result": {
"title": "Result",
"type": "string"
}
},
"required": [
"result"
],
"type": "object",
"title": "lc_previewOutput"
} | — | — | |
lc_rule_instructionsProvides step-by-step instructions for creating custom rules.
Args:
root_path: Root directory path
Input schema{
"properties": {
"root_path": {
"title": "Root Path",
"type": "string"
}
},
"required": [
"root_path"
],
"type": "object",
"title": "lc_rule_instructionsArguments"
}Output schema{
"properties": {
"result": {
"title": "Result",
"type": "string"
}
},
"required": [
"result"
],
"type": "object",
"title": "lc_rule_instructionsOutput"
} | — | — |
| Endpoint | Transport | Authentication | Health | Observed |
|---|---|---|---|---|
| No verified remote endpoint is linked. | ||||
Install the selected package version with: python -m pip install 'llm-context==0.7.0'
llm-context MCP Server exposed 5 tools during independent protocol observation, including lc_changed, lc_missing, lc_outlines, lc_preview, lc_rule_instructions.
The selected current version does not yet have completed public verification. Unknown does not mean clean or vulnerable.
Curated product and capability guides containing this catalog record.