whoami-mcp

local-only server

The server can only run on the client’s local machine because it depends on local resources.

Integrations

  • Provides system integration to retrieve the local system's username as the user's identity, enabling AI agents to know who they're interacting with on the local machine.

WhoAmI MCP Server

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

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.

-
security - not tested
A
license - permissive license
-
quality - not tested

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

  1. Features
    1. Installation
      1. Usage
        1. MCP Tool
      2. License