xray-mcp-monitor
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| XRAY_MCP_HOST | No | Bind host for network transports | 127.0.0.1 |
| XRAY_MCP_PORT | No | Bind port for network transports | 8000 |
| XRAY_MCP_TRANSPORT | No | Default transport when --transport is omitted | stdio |
| XRAY_MCP_STATE_FILE | No | Path to the persistent watch state JSON file | ./xray_watch_state.json |
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": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| register_subscription_monitorA | Create a scheduled connectivity monitor for an Xray subscription URL. |
| check_subscription_onceB | Fetch a subscription URL and run a one-time connectivity check. |
| list_subscription_monitorsB | List all registered scheduled monitors. |
| get_subscription_monitorA | Get a monitor by watch ID, including the latest stored result. |
| run_monitor_nowC | Run a monitor immediately. |
| set_monitor_enabledC | Enable or disable a scheduled monitor. |
| remove_subscription_monitorC | Remove a scheduled monitor. |
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/i-zrhe2016/xray-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server