Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| OPENAI_API_KEY | No | OpenAI API key for LLM-powered context structuring and extraction. | |
| ANTHROPIC_API_KEY | No | Anthropic API key for LLM-powered context structuring and extraction. |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| ctx.refresh.app_sources | Refresh and rebuild app context state + graph for a given app. Fetches public web sources, extracts structured content, builds context graph. |
| ctx.push.starter_context | Push a compact starter context bundle for an app. Returns product overview, key concepts, constraints, and a navigation map for deeper slices. |
| ctx.pull.context_slice | Pull a targeted context slice for an app based on intent, budget, and required sections. Uses graph-based retrieval and observation masking. |
| ctx.get.app_state_summary | Get a high-level summary of app context state including refresh status, available sections, and graph stats. |
| ctx.get.provenance | Get provenance details for a delivered context bundle or slice. Returns source snapshot references and statement-level provenance. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |