ephemeral-reasoning-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DEEPSOLVE_MODEL | No | Model used for planning, workspaces, and verification | claude-sonnet-4-6 |
| ANTHROPIC_API_KEY | Yes | Your Anthropic API key |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| deep_solveA | Break a problem into ordered dependency-based steps, reason through each step in a fresh disposable workspace, and return a compressed final answer. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 1 tool
With only one tool, there is no possibility of confusion with other tools. The tool's purpose is clearly described, making its selection unambiguous.
The single tool name 'deep_solve' is descriptive and consistent in style, even though there is no pattern to compare against. Naming is not chaotic or mixed.
A single tool is borderline thin for a reasoning server, but the tool is comprehensive and handles the full workflow. It fits the '1-2 tools feels thin' borderline category.
The tool covers the entire reasoning process from problem breakdown to step-by-step solving and final answer. No obvious gaps are apparent for the stated purpose.