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. |
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
- 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/almostmachines/matrix_mcpl'
If you have feedback or need assistance with the MCP directory API, please join our Discord server