Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HOST | No | Server bind address. Default: 127.0.0.1 (use 0.0.0.0 for containers) | 127.0.0.1 |
| PORT | No | HTTP server port. Default: 3000 (use 3002 for development) | 3000 |
| TRANSPORT | No | Transport protocol: stdio (default) or http | stdio |
| CORS_ORIGIN | No | Comma-separated list of allowed origins for CORS. Default: localhost:3002 (development) or * (production) | |
| MCP_HTTP_BEARER | No | Optional bearer token for HTTP authentication | |
| SEARXNG_INSTANCE_URL | Yes | REQUIRED. The full URL of the SearXNG instance (e.g., http://localhost:8080). |
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 | |