context-packer
by Taanviir
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| JEV_BACKEND | No | Select Jev backend: auto (TypeSafe key first), typesafe, or gateway. | auto |
| TYPESAFE_API_KEY | No | API key for TypeSafe's Jev model. | |
| AI_GATEWAY_API_KEY | No | API key for Vercel AI Gateway's Jev model. | |
| CLAUDE_PROJECT_DIR | No | Set by Claude Code; the MCP server uses this as the project root. | |
| CONTEXT_PACKER_ROLES | No | Set to 0 to turn off role labels. | 1 |
| CONTEXT_PACKER_LAYA_URL | No | Local Laya endpoint. Loopback HTTP only. | http://127.0.0.1:8770/api/predict |
| CONTEXT_PACKER_PROVIDER | No | Default provider when none is given to pack_context. | keywords |
| CONTEXT_PACKER_EXTENSIONS | No | Extension allowlist, such as 'kt,kts'. Defaults to all supported extensions. | |
| CONTEXT_PACKER_HOOK_LIMIT | No | Files the hook adds, 1 to 20. | 8 |
| CONTEXT_PACKER_LAYA_MODEL | No | Laya model ID. | english |
| CONTEXT_PACKER_COMPARE_TOP | No | Set to 0 to turn off the top-ten comparison. | 1 |
| CONTEXT_PACKER_TOKEN_BUDGET | No | Reported Jev input tokens per process before new packs are refused. Checked between packs, so it isn't a hard cap. | 20000000 |
| CONTEXT_PACKER_HOOK_DEADLINE | No | Seconds before the hook gives up. For CPU Laya, use 180 and a hook timeout of at least 190. | 25 |
| CONTEXT_PACKER_HOOK_PROVIDER | No | Provider the hook uses. | keywords |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
This server cannot be deployed
Maintenance
ActivityMaintained
ResponsivenessNo issues