Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| GOOGLE_CX | No | Google Custom Search Engine ID. Required if SEARCH_PROVIDER is 'google'. | |
| SEARXNG_URL | No | The URL of the SearXNG server. Defaults to http://localhost:8080. | http://localhost:8080 |
| GOOGLE_API_KEY | No | Official Google Custom Search API Key. Required if SEARCH_PROVIDER is 'google'. | |
| SERPER_API_KEY | No | API key for Serper.dev. Required if SEARCH_PROVIDER is 'serper'. | |
| SEARCH_PROVIDER | No | The backend search provider to use. Can be 'searxng' (default), 'serper', or 'google'. | searxng |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_social | Perform a web search focused ONLY on specific social media platforms. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |