shensou
by taoyongac
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SHENSOU_TAU | No | Novelty threshold (0–1). | 0.30 |
| OPENAI_MODEL | No | Alternative model ID if EXPLORER_MODEL is not set. | |
| SHENSOU_HOST | No | Web demo host. | 0.0.0.0 |
| SHENSOU_LANG | No | Brave search locale (e.g., en). | en |
| SHENSOU_PASS | No | Web demo HTTP Basic Auth password. | |
| SHENSOU_PORT | No | Web demo port. | 8040 |
| SHENSOU_USER | No | Web demo HTTP Basic Auth username. | |
| BRAVE_API_KEY | No | Brave Search API key (required). | |
| BRAVE_API_KEYS | No | Comma-separated list of Brave Search API keys for rotation. | |
| EXPLORER_MODEL | No | Explorer model ID (e.g., gpt-4o). Falls back to OPENAI_MODEL if not set. | |
| OPENAI_API_KEY | No | Alternative API key if EXPLORER_API_KEY is not set. | |
| SHENSOU_BUDGET | No | Default number of searches per run. | 24 |
| OPENAI_BASE_URL | No | Alternative base URL if EXPLORER_BASE_URL is not set. | |
| SHENSOU_COUNTRY | No | Brave search country (e.g., US). | US |
| EXPLORER_API_KEY | No | API key for the explorer model endpoint. Falls back to OPENAI_API_KEY if not set. | |
| EXPLORER_BASE_URL | No | Base URL for the explorer model endpoint. Falls back to OPENAI_BASE_URL if not set. | |
| SHENSOU_MAX_ROUNDS | No | Round cap. | 12 |
| SHENSOU_ADVERSARIAL | No | Include counter-evidence queries (1 or 0). | 1 |
| SHENSOU_ROUND_WIDTH | No | Queries per round. | 5 |
| SHENSOU_NARROW_WIDTH | No | Queries per late-game round. | 2 |
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 | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/taoyongac/shensou'
If you have feedback or need assistance with the MCP directory API, please join our Discord server