matrix-mcpl
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MATRIX_AUTOJOIN | No | Set to 'false' to ignore room invites (default: accept). | |
| MATRIX_DM_USERS | No | Comma-separated MXID whitelist for DMs; others' DMs are dropped. | |
| MATRIX_PEER_AGENTS | No | Comma-separated MXIDs of sibling agents; their messages are tagged chat:from-agent instead of chat:from-human. | |
| MATRIX_ACCESS_TOKEN | Yes | Access token for the bot account. Required. | |
| MATRIX_STORAGE_FILE | No | JSON file persisting the /sync token. Strongly recommended — without it every restart is a cold start and offline messages are lost. | |
| MATRIX_ACCEPT_NOTICES | No | Set to 'true' to deliver m.notice messages (default: dropped). | |
| MATRIX_HOMESERVER_URL | Yes | Base URL of the homeserver (e.g., https://matrix.example.org). Required. | |
| MATRIX_MCPL_DEBUG_LOG | No | Absolute path for a diagnostic file log. | |
| MATRIX_BACKSCROLL_LIMIT | No | Messages fetched on first interaction with a room (default 50). | |
| MATRIX_INVITE_ALLOWLIST | No | Comma-separated MXIDs whose invites are accepted; all others declined. | |
| MATRIX_SUBSCRIPTIONS_FILE | No | JSON file persisting ambient subscriptions across restarts. |
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
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 | |
This server cannot be deployed
Maintenance
ActivityMaintained
ResponsivenessNo issues