WhoAmI MCP 服务器是一个轻量级的服务器,它能精准地告知你“你是谁”,为你明确身份信息。
WhoAmI MCP 服务器能快速返回当前系统用户的用户名,以此明确你的身份,且能快速同步执行,很适合本地 LLM 集成。
git clone https://github.com/kukapay/whoami-mcp.git
{
"mcpServers": {
"whoami": {
"command": "uv",
"args": ["--directory", "path/to/whoami_mcp", "run", "main.py"]
}
}
}
whoami该项目使用 MIT License 许可证。有关详细信息,请参阅 LICENSE 文件。