Who Am I icon

Who Am I

Reports authentication information about the current request by decoding the JWT from the Authorization header.

Acerca de

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.

Características Principales

  • 0 GitHub stars
  • Reports decoded payload items from JWT
  • Parses JWT from Authorization header

Casos de Uso

  • 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
Advertisement

Advertisement