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