关于
The Who Am I project provides a Model Context Protocol (MCP) server designed to reveal details about the current request's authentication. It functions by parsing the Authorization header, extracting the JSON Web Token (JWT), and then reporting specific decoded payload items from that JWT. This utility is particularly useful for developers needing to inspect or debug authentication tokens within their MCP environment, helping them understand the identity and permissions associated with an incoming request.
主要功能
- 0 GitHub stars
- Reports decoded payload items from JWT
- Parses JWT from Authorization header
使用案例
- Understanding the identity and claims associated with a client request
- Debugging authentication issues in an MCP server environment
- Inspecting the contents of a JWT used in an API request