Skip to content

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

License

Notifications You must be signed in to change notification settings

kukapay/whoami-mcp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages