Skip to main content
Glama
P2P-IM

Direxio Local MCP

by P2P-IM

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
DIREXIO_DOMAINYesThe service origin URL, e.g., https://example.com. Do not include /_p2p or /_matrix.
DIREXIO_AGENT_TOKENYesThe 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

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.3/5.0

Scored across 6 tools

Disambiguation5/5

Each tool has a clearly distinct purpose: posting comments, listing posts, listing messages, listing comments, searching rooms, and sending messages. No overlap or ambiguity.

Naming Consistency5/5

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.

Tool Count5/5

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.

Completeness2/5

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.

Maintenance

ActivityStale
ResponsivenessNo issues