shua-registry
Serves the agent catalogue to any MCP client, so every tool agrees on who does what.
- Language
- Python
- Tools exposed
- 5
The agent registry is readable by one tool by default. This server exposes it to all of them — list agents, query the capability index, validate for drift, and read any single agent's full definition.
Read-only by design. Mutating a registry from a chat surface would let an agent quietly grant itself tools or downgrade its own model. Edits go through the file and the validator, where version control records them.
Not distributed
Catalogued here for completeness, not for download. This one encodes personal context and machine-specific paths, so it is listed without an install command rather than shown as something you can fetch.
Why it is built this way
This site's agent pages are generated from the same registry this server reads.