whoami-mcp
WhoAmI MCP-сервер
Легкий MCP-сервер, который точно расскажет вам, кто вы.
Функции
Возвращает системное имя пользователя в качестве вашего имени, вашей личности.
Быстрое и синхронное выполнение, идеально подходящее для локальной интеграции LLM.
Related MCP server: whereami-mcp
Установка
Установка через Smithery
Чтобы автоматически установить WhoAmI для Claude Desktop через Smithery :
npx -y @smithery/cli install @kukapay/whoami-mcp --client claudeКлонировать репозиторий
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 .
Available Tools
1 toolwhoamiB
Returns the username of the current system user as my identity.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the full burden. It mentions the return value ('username') but does not disclose behavioral traits such as error conditions, performance, or system dependencies. This leaves gaps in understanding how the tool behaves beyond its basic function.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single, efficient sentence that directly states the tool's purpose without any unnecessary words. It is front-loaded and appropriately sized, making it easy to parse and understand quickly.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool's simplicity (0 parameters, no output schema, no annotations), the description is minimally adequate. It explains what the tool returns but lacks details on output format or potential issues, which could be helpful for an agent. However, for such a simple tool, it meets basic needs.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The tool has 0 parameters, and the schema description coverage is 100%, so no parameter information is needed. The description does not add parameter semantics, but this is acceptable given the lack of parameters, warranting a baseline score of 4.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool's purpose with a specific verb ('Returns') and resource ('username of the current system user'), making it easy to understand what it does. However, since there are no sibling tools, it cannot differentiate from alternatives, which prevents a perfect score of 5.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies usage by stating it returns 'my identity,' suggesting it's for identifying the current user, but it lacks explicit guidance on when to use it versus alternatives or any exclusions. With no sibling tools, this is adequate but not comprehensive.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections.
1 tool update
v1.0.0- First observed
whoami
TDQS
Scored across 1 tool
With only one tool, there is no possibility of confusion or overlap between tools, making disambiguation perfect. The tool 'whoami' has a single, clear purpose that cannot be mistaken for any other function.
Since there is only one tool, naming consistency is inherently perfect as there are no other tools to compare against. The tool name 'whoami' is clear and follows a common Unix command pattern, which is appropriate for its purpose.
A single tool is generally too few for most server purposes, as it limits functionality and can feel thin or incomplete. While it might be appropriate for a minimal utility, it lacks the breadth typically expected in an MCP server, which often requires multiple tools for varied operations.
The tool 'whoami' covers its specific function of returning the current system user's identity, but with only one tool, the server's scope is very narrow. There are no obvious gaps for this limited purpose, but it lacks broader coverage that might be expected in a user management or system information domain.
Maintenance
Related MCP Connectors
A simple MCP server built with FastMCP and python
An MCP server for deep research or task groups
The official MCP Server for the Mux API
Related MCP Servers
- MIT
- AlicenseNot gradedqualityDmaintenanceA lightweight mcp server that tells you exactly where you are.4MIT
- AlicenseBqualityDmaintenanceA lightweight mcp server that tells you exactly what time is it based on your IP.19MIT
- FlicenseNot gradedqualityDmaintenanceA simple demonstration MCP server that provides an echo tool and resource for learning how to build MCP servers. Serves as a starting point and template for creating custom MCP server implementations.1-