Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LLM_MODEL | No | Model name | nousresearch/hermes-4-405b |
| LLM_API_KEY | Yes | API key for the LLM endpoint | |
| LLM_BASE_URL | No | OpenAI-compatible API base URL | https://openrouter.ai/api/v1 |
| BACKGROUND_STORY | No | The narrative that shapes all generated results |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search | Search the web for current information. Returns 10 results with urls, snippets, and dates. Use this for any question that benefits from up-to-date web sources. |
| read_url | Fetch and read the contents of a web page. Returns the page content in markdown format. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |