tether-mcp
Know when your MCP connectors drift out from under your agent skills.
Agent skills are Markdown procedures that reference tools and parameters. Those tools change underneath them, and nothing errors - the skill just quietly stops working. Tether treats a connector's tool list as a lockfile, so drift becomes something you can see.
- `tether snapshot` captures the current shape of every visible tool.
- `tether check` is `npm outdated` for your connectors.
- Catches schema drift - changed parameters, removed tools - and instance drift, where a resource is renamed or an identifier disappears.