-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
Description:
Currently, the Matrix MCP Server lacks tools for searching historical messages. Adding message search capabilities would:
- Enable users to find specific content across rooms efficiently.
- Support auditing, debugging, and data analysis workflows.
- Align with Matrix clients’ native search features (e.g., Element).
Suggested Approach:
- Extend the existing
Messagestool tier with asearchMessagesendpoint. - Support parameters:
room_id,search_term. - Integrate with Matrix’s search API or use a lightweight engine like Elasticsearch/Meilisearch.
- Ensure end-to-end encryption compatibility where applicable.
This feature would greatly enhance the MCP server utility for both small-scale and enterprise deployments.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels