Servers
WhoAmI MCP Server
@kukapay
A lightweight MCP server that tells you exactly who you are.
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"whoami-mcp": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"install",
"@kukapay/whoami-mcp",
"--client",
"claude"
]
}
}
}