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…
Inferido de los transportes que declara este listado (stdio). Que un cliente no aparezca aquí no significa que se haya descartado: simplemente Forge no puede confirmarlo.
La verificación confirma la identidad del publicador (la propiedad del repo), no la seguridad del código. El análisis de seguridad cubre los CVE conocidos y los scripts de instalación sospechosos.
Forge no tiene ningún análisis registrado de esta entrada, así que no tiene ninguna observación de su superficie de herramientas. Eso es ausencia de pruebas, no prueba de que no exponga ninguna herramienta.
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 +…