Direxio Local MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DIREXIO_DOMAIN | Yes | The service origin URL, e.g., https://example.com. Do not include /_p2p or /_matrix. | |
| DIREXIO_AGENT_TOKEN | Yes | The agent token for authentication. |
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 |
|---|---|
| search_roomsB | Search or list Direxio contacts, groups, and channels. Use returned room_id with message tools. |
| send_messageB | Send a plain text message to a Direxio private chat, group, or channel room. |
| list_messagesC | List ordinary room messages by room_id and optional Unix millisecond time range. |
| list_channel_postsC | List channel posts by channel room_id and optional Unix millisecond time range. |
| list_post_commentsB | List comments for a channel post by post_id and optional Unix millisecond time range. |
| comment_channel_postC | Publish a plain text comment to an existing Direxio channel post. |
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 6 tools
Each tool has a clearly distinct purpose: posting comments, listing posts, listing messages, listing comments, searching rooms, and sending messages. No overlap or ambiguity.
All tool names follow a consistent verb_noun pattern in snake_case, e.g., comment_channel_post, list_channel_posts, send_message. The convention is uniform.
With 6 tools, the set is well-scoped for a messaging server covering rooms, messages, channels, and posts. Each tool earns its place without being excessive.
The tool set allows reading and writing messages and comments, but lacks essential operations like creating channel posts, editing, or deleting content. This is a significant gap that could cause agent failures.