WhoAmI MCP Server
@kukapay
关于 WhoAmI MCP Server
A lightweight MCP server that tells you exactly who you are.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"whoami-mcp": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"install",
"@kukapay/whoami-mcp",
"--client",
"claude"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is WhoAmI MCP Server?
A lightweight MCP server that returns the system username, revealing the current user’s identity. It is designed for local LLM integration, providing a fast, synchronous way for an AI model to know who is interacting with it.
How to use WhoAmI MCP Server?
Clone the repository, configure your MCP client with the provided JSON (using uv to run main.py), or install automatically for Claude Desktop via Smithery using npx -y @smithery/cli install @kukapay/whoami-mcp --client claude. The server exposes a single tool called whoami that returns the system username.
Key features of WhoAmI MCP Server
- Returns the current system username as your identity.
- Fast and synchronous execution for low latency.
- Ideal for local LLM integration and automation.
- Lightweight, relying only on Python 3.10+.
Use cases of WhoAmI MCP Server
- Providing a local AI assistant with the current user’s name for personalized responses.
- Debugging or logging the identity of the user running an MCP workflow.
- Allowing an LLM to tailor its behavior based on the system user without network calls.
FAQ from WhoAmI MCP Server
What does the whoami tool return?
It returns the username of the current system user.
What runtime or dependencies are required?
Python 3.10 or higher is required. No additional external dependencies are mentioned.
How can I install WhoAmI MCP Server?
You can install it via Smithery (for Claude Desktop) or by cloning the repository and configuring the MCP client with the provided JSON command (uv --directory path/to/whoami_mcp run main.py).
Where does the server get the username from?
It retrieves the username from the local operating system where the server runs.
Is there any authentication or transport configuration?
The README does not specify authentication details; the setup relies on standard MCP client‑server transport (e.g., stdio) as defined in the client configuration.
其他 分类下的更多 MCP 服务器
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Codelf
unbugA search tool helps dev to solve the naming things problem.
Servers
modelcontextprotocolModel Context Protocol Servers
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
评论