Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | HTTP port | 5056 |
| BASE_URL | No | Override OpenRouter base URL | |
| EXA_API_KEY | No | Enables Exa in web_search and visit_webpage | |
| BRAVE_API_KEY | No | Enables Brave in web_search | |
| WORKSPACE_DIR | No | Directory for generated files (PDFs, temp artifacts) | |
| TAVILY_API_KEY | No | Enables Tavily in web_search | |
| BITFLIP_MODEL_NAME | No | Override default model for bitflip tools | |
| OPENROUTER_API_KEY | No | Required for LLM-related tools | |
| DOCUMENT_QA_MODEL_NAME | No | Override default model for document_qa |
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 | |