
Servidor MCP de WhoAmI
Un servidor MCP liviano que te dice exactamente quién eres.
Características
Devuelve el nombre de usuario del sistema como su nombre, su identidad.
Ejecución rápida y sincrónica, ideal para la integración local de LLM.
Instalación
Clonar el repositorio
git clone https://github.com/kukapay/whoami-mcp.gitConfiguración del cliente
{ "mcpServers": { "whoami": { "command": "uv", "args": ["--directory", "path/to/whoami_mcp", "run", "main.py"] } } }
Uso
Herramienta MCP
Nombre :
whoamiDescripción : Recupera el nombre de usuario del usuario actual del sistema como su nombre.
Salida : su nombre.
Licencia
Este proyecto está licenciado bajo la Licencia MIT. Consulte el archivo de LICENCIA para más detalles.
local-only server
The server can only run on the client's local machine because it depends on local resources.
Tools
Un servidor MCP liviano que te dice exactamente quién eres.
Related Resources
Related MCP Servers
- -security-license-qualityA lightweight mcp server that tells you exactly where you are.Last updated -3MIT License
- -security-license-qualityOpen source MCP server specializing in easy, fast, and secure tools for Databases.Last updated -11,272Apache 2.0
- -security-license-qualityA lightweight, fast MCP server that provides onchain capabilities for the LLMs and Agents.Last updated -19196MIT License
- -security-license-qualityMCP server that gives MCP clients (like Cursor, Claude, Windsurf) the ability to remember user information across conversations using vector search technology.Last updated -