Synapse Homeserver Administration
Workflow capability for administering a Synapse Matrix homeserver. Enables server administrators to manage users, rooms, registration, federation, and monitor server health through a unified REST and MCP interface backed by the Synapse Admin API.
What You Can Do
MCP Tools
list-users
List all local users registered on the Synapse homeserver
get-user
Get detailed information about a specific Matrix user
create-or-modify-user
Create a new user or modify an existing user account on the homeserver
list-rooms
List all rooms hosted on the Synapse homeserver with member counts
get-room
Get detailed information about a specific Matrix room
get-room-members
List all members of a specific Matrix room
create-registration-token
Create a new registration token for controlled user sign-up
list-registration-tokens
List all registration tokens and their usage status
get-server-version
Get the current Synapse homeserver version and Python version