reasonix-mcp
by AsmodeusX
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MAX_FULL_TEXT | No | Maximum characters of full_text/full_thought returned per poll (default 200000). | 200000 |
| MAX_DELTA_TEXT | No | Maximum characters of text delta returned per poll (default 100000). | 100000 |
| MAX_EVENTS_PER_POLL | No | Maximum number of events returned per poll (default 200). | 200 |
| REASONIX_MCP_NOTIFY | No | Disable agent-done push notifications by setting to 0. Default is enabled. | 1 |
| REASONIX_MCP_INCLUDE_FULL | No | Set to 1 to include full_text in poll results by default. | |
| REASONIX_MCP_ALLOW_ANY_CWD | No | Set to 1 to allow spawn cwd outside the project dir or allow_write dirs. | |
| REASONIX_MCP_DEFAULT_MODEL | No | Default model for spawned agents (e.g. opencode-go/deepseek-v4-flash). | |
| REASONIX_MCP_DEFAULT_EFFORT | No | Default effort level for spawned agents (auto, disabled, high, max). | |
| REASONIX_MCP_INCLUDE_THOUGHT | No | Set to 1 to include thought/full_thought in poll results by default. | |
| REASONIX_MCP_DEFAULT_WORK_MODE | No | Default work mode for spawned agents (economy, balanced, delivery). | |
| REASONIX_MCP_DEFAULT_TOOL_APPROVAL | No | Default tool approval mode for spawned agents (ask, auto, yolo). |
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
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/AsmodeusX/reasonix-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server