A lightweight MCP server that tells you exactly who you are.
- Returns the system username as your name, your identity.
- Fast and synchronous execution, ideal for local LLM integration.
-
Clone the Repository
git clone https://github.com/kukapay/whoami-mcp.git
-
Client Configuration
{ "mcpServers": { "whoami": { "command": "uv", "args": ["--directory", "path/to/whoami_mcp", "run", "main.py"] } } }
- Name:
whoami
- Description: Retrieves the username of the current system user as your name.
- Output: your name.
This project is licensed under the MIT License. See the LICENSE file for details.