Navigation
WhoAmI MCP Server: Precision Identity Verification - MCP Implementation

WhoAmI MCP Server: Precision Identity Verification

WhoAmI MCP Server: Lightweight identity verification that knows exactly who you are—no guesswork, just precision.

Developer Tools
4.0(136 reviews)
204 saves
95 comments

Users create an average of 42 projects per month with this tool

About WhoAmI MCP Server

What is WhoAmI MCP Server: Precision Identity Verification?

想知道当前系统用户的身份吗?WhoAmI MCP Server是一个轻量级工具,能精准返回您系统的用户名。它通过同步执行快速验证身份,特别适合与本地大模型集成,确保开发或自动化任务中的身份一致性。

How to Use WhoAmI MCP Server: Precision Identity Verification?

三步快速上手:

  1. 克隆仓库:运行 git clone https://github.com/kukapay/whoami-mcp.git
  2. 配置客户端:在配置文件中添加
  3. {
      "mcpServers": {
        "whoami": {
          "command": "uv",
          "args": ["--directory", "path/to/whoami_mcp", "run", "main.py"]
        }
      }
    }
  4. 调用工具:通过名称whoami直接获取当前用户名

WhoAmI MCP Server Features

Key Features of WhoAmI MCP Server: Precision Identity Verification?

  • 毫秒级响应:同步执行无需等待
  • 精准身份映射:直接返回系统真实用户名
  • 极简架构:仅需Python 3.10+环境
  • 无缝集成:支持本地LLM工具链

Use Cases of WhoAmI MCP Server: Precision Identity Verification?

典型应用场景包括:

  • 开发环境:快速确认当前用户权限
  • 脚本自动化:动态获取执行者身份
  • 调试辅助:在日志中自动标记操作用户

WhoAmI MCP Server FAQ

FAQ from WhoAmI MCP Server: Precision Identity Verification?

常见问题解答:

  • 需要网络连接吗?不需要,完全本地执行
  • 支持哪些系统?所有支持Python的环境,包括Linux/macOS/Windows
  • 如何保证安全性?返回值仅限系统用户信息,不涉及敏感数据

Content

WhoAmI MCP Server

A lightweight MCP server that tells you exactly who you are.

GitHub License GitHub Last Commit Python Version

Features

  • Returns the system username as your name, your identity.
  • Fast and synchronous execution, ideal for local LLM integration.

Installation

  1. Clone the Repository

    git clone https://github.com/kukapay/whoami-mcp.git

  2. Client Configuration

    {
    "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.

Related MCP Servers & Clients