Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_HOST | No | The host address to bind the MCP server to (e.g., 127.0.0.1 or 0.0.0.0). | |
| MCP_PORT | No | The port number to listen on for the MCP server (e.g., 32123). | |
| SEARXNG_URL | No | The URL of the SearXNG instance (e.g., http://localhost:8080). | |
| MCP_TRANSPORT | No | The transport protocol to use: 'stdio' (standard input/output), 'http' (stateless HTTP), or 'sse' (Server-Sent Events). |
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 | |