Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
CONTEXT_OPT_EXA_KEY | No | Your Exa.ai API key for research tools | |
CONTEXT_OPT_CLAUDE_KEY | No | Your Claude (Anthropic) API key | |
CONTEXT_OPT_GEMINI_KEY | No | Your Google Gemini API key | |
CONTEXT_OPT_OPENAI_KEY | No | Your OpenAI API key | |
CONTEXT_OPT_LLM_PROVIDER | No | The LLM provider to use (e.g., 'gemini', 'claude', 'openai') | |
CONTEXT_OPT_ALLOWED_PATHS | No | Allowed file paths for security validation |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
No tools |