@hyprmcp/mcp-who-am-i
v0.1.2
Published
This project is a Model Context Protocol (MCP) server that reports auth information about the current request. It parses the Authorization header as JWT and reports some decoded payload items from the JWT. The name is inspired by the `whoami` coreutils pa
Readme
MCP, Who am I?
This project is a Model Context Protocol (MCP) server that reports auth information about the current request.
It parses the Authorization header as JWT and reports some decoded payload items from the JWT.
The name is inspired by the whoami coreutils package.
Usage
You can run the MCP server using NPM:
npx @hyprmcp/mcp-who-am-i@latestOr you can use Docker:
docker run --rm -p 3000:3000 ghcr.io/hyprmcp/mcp-who-am-iDevelopment
We recommend that you use mise to manage tool installations.
If you prefer to manage tool installations manually, ensure that node and pnpm are installed.
Tasks:
pnpm install- install dependenciespnpm build- compile typescript filespnpm start- start the MCP server
