dex-mcp
by sanztheo
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | Port injected by platforms like Railway. Overrides DEX_MCP_PORT if set. | |
| DEX_MCP_HTTP | No | Enable remote mode. Bind 0.0.0.0, serve MCP over HTTP at /mcp, and point the bridge at wss://<host>. | false |
| DEX_MCP_PORT | No | WebSocket hub port. | 8392 |
| DEX_MCP_TOKEN | No | Shared token required by the bridge. Required in remote mode (container disks are ephemeral). | |
| DEX_MCP_TOKEN_FILE | No | Where the auto-generated token is persisted. | ~/.dex-mcp/token |
| DEX_MCP_ENABLE_WRITE | No | Enable set_property tool. | true |
| DEX_MCP_ENABLE_REMOTES | No | Enable remote calling/spying. | true |
| DEX_MCP_RPC_TIMEOUT_MS | No | Per-request timeout in milliseconds. | 15000 |
| DEX_MCP_ENABLE_RUN_LUAU | No | Enable run_luau tool. | true |
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
- 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/sanztheo/dex-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server