Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HF_TOKEN | No | Token for HuggingFace adapter to manage repos, model cards, and uploads. | |
| GITHUB_TOKEN | No | Token for GitHub adapter to perform repository, file, issue, and release actions. | |
| BRAVE_API_KEY | No | Brave Search API key used as a fallback engine (2,000 free/month). | |
| DEVTO_API_KEY | No | API key for Dev.to adapter to post and update articles. | |
| GEMINI_API_KEY | No | Primary search and summarization key from Google AI Studio (aistudio.google.com). Highly recommended for grounded search results. | |
| GOOGLE_CSE_KEY | No | Google Custom Search Engine key (100/day). | |
| OPENAI_API_KEY | No | Alternative OpenAI LLM key for summarization if Gemini is not used. | |
| SERPER_API_KEY | No | Serper.dev API key for Google search results (2,500 trial queries). | |
| TAVILY_API_KEY | No | Tavily Search API key used as the primary fallback (1,000 free/month). | |
| ANTHROPIC_API_KEY | No | Alternative Anthropic LLM key for summarization if Gemini is not used. |
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 | |