Credential enforcement middleware for MCP servers — verifies scoped tokens on every tool call
Attest credential enforcement middleware for Model Context Protocol servers. Two lines to protect every tool call on an existing MCP server. ships both the core client and the MCP middleware as a single package with two entry points. patches in place and returns the same server object typed as the original. Everything else — , , transports — works unchanged. On every tool call, before the handler…
Déduit des transports déclarés par cette annonce (stdio). Un client absent de cette liste n’est pas écarté pour autant — c’est simplement quelque chose que Forge ne peut pas confirmer.
La vérification confirme l’identité de l’éditeur (la propriété du dépôt), pas la sûreté du code. L’analyse de sécurité couvre les CVE connues et les scripts d’installation suspects.
Forge n’a aucune analyse enregistrée pour cette entrée et n’a donc aucune observation de sa surface d’outils. C’est une absence de preuve, pas la preuve qu’elle n’expose aucun outil.
Attest credential enforcement middleware for Model Context Protocol servers. Two lines to protect every tool call on an existing MCP server. ships both the core client and the MCP middleware as a single package with two entry points. patches in place and returns the same server object typed as the original. Everything else — , , transports — works unchanged. On every tool call, before the handler executes: 1. Extract credential from (MCP auth middleware path), , or 2. Verify RS256 signature +…