Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| port | No | HTTP server port (only for HTTP transport) | 3000 |
| transport | No | Transport type: stdio or http | stdio |
| JINA_API_KEY | No | Jina AI API Key (Optional) - Get a free API key from https://jina.ai/?sui=apikey for enhanced features. Required for search functionality. | |
| search-endpoint | No | Search endpoint to use: standard (s.jina.ai) or vip (svip.jina.ai) | standard |
| tokens-per-page | No | Tokens per page for pagination | 15000 |
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 | |