Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
This MR adds a link to my Matrix MCP server that I've built. Functionality right now is limited to read-only type functionality but I will keep expanding upon it. Users can utilize this MCP server to query and interact with the Matrix homeservers via natural language utilizing their favorite MCP client tool(s).
Motivation and Context
This MCP server helps me keep up with the activity on my Matrix server(s) by leveraging natural language and the power of LLMs to summarize and query my chat data.
How Has This Been Tested?
For this specific PR, I have previewed the markdown and LGTM.
For functionality of the actual MCP server, I run my own Matrix homeserver locally and pointed my MCP at it. The MCP server has all the configuration options needed to integrate with the Matrix server's IdP for authentication.
I used Claude Code to install all the tools in the matrix-mcp-server project and then used it to run a full gamut of tests against my own live data.
Breaking Changes
No
Types of changes
Checklist
Additional context