MADRIX MCP
by drohi-r
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MADRIX_HOST | No | MADRIX instance IP | 127.0.0.1 |
| MADRIX_HTTP_PORT | No | MADRIX Remote HTTP port | 80 |
| MADRIX_READ_ONLY | No | Set to 1 for read-only mode | 0 |
| MADRIX_TRANSPORT | No | MCP transport (stdio, sse, streamable-http) | stdio |
| MADRIX_REMOTE_PATH | No | MADRIX Remote HTTP command path | /RemoteCommands/ |
| MADRIX_ALLOWED_HOSTS | No | Comma-separated allowlist for target hosts. Set * to allow any. | 127.0.0.1,localhost,::1 |
| MADRIX_SAFETY_PROFILE | No | Safety preset: lab, show-safe, or read-only | lab |
| MADRIX_TIMEOUT_SECONDS | No | HTTP timeout | 5.0 |
| MADRIX_CONFIRM_DESTRUCTIVE | No | Set to 1 to require confirm=true on destructive actions | 0 |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
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
- 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/drohi-r/madrix-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server