mythos-reasoning-mcp
by sorryorc
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ANTHROPIC_API_KEY | No | API key for Anthropic to enable the optional Tier 1 judge client. | |
| MYTHOS_JUDGE_MODEL | No | Model for the judge. Default: claude-fable-5. | |
| MYTHOS_JUDGE_EFFORT | No | Effort level for the judge: low, medium, high, xhigh, max. Default: high. | |
| MYTHOS_JUDGE_ENDPOINT | No | Endpoint URL for the judge API. Default: https://api.anthropic.com/v1/messages. | |
| MYTHOS_JUDGE_PROVIDER | No | Judge provider: 'mock' for local deterministic testing, 'disabled' to force Tier 1 off. Defaults based on presence of ANTHROPIC_API_KEY. | |
| MYTHOS_JUDGE_TIMEOUT_MS | No | Timeout in milliseconds for the judge. Default: 30000. | |
| MYTHOS_JUDGE_MAX_OUTPUT_TOKENS | No | Maximum output tokens for the judge. Default: 1200. |
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/sorryorc/mythos-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server