Track MCP LogoTrack MCP
Track MCP LogoTrack MCP

The world's largest repository of Model Context Protocol servers. Discover, explore, and submit MCP tools.

Product

  • Categories
  • Top MCP
  • New & Updated
  • Submit MCP

Company

  • About

Legal

  • Privacy Policy
  • Terms of Service
  • Cookie Policy

© 2026 TrackMCP. All rights reserved.

Built with ❤️ by Krishna Goyal

    Mcp Unix Manual

    An MCP server that provides Unix command documentation directly within LLMs conversations.

    1 stars
    Python
    Updated Apr 5, 2025
    mcp
    model-context-protocol-servers
    unix-manual

    Table of Contents

    • Features
    • Installation
    • Prerequisites
    • Setup
    • Usage
    • Get command documentation
    • List common commands
    • Check if a command exists
    • Development
    • Security
    • Logging
    • License

    Table of Contents

    • Features
    • Installation
    • Prerequisites
    • Setup
    • Usage
    • Get command documentation
    • List common commands
    • Check if a command exists
    • Development
    • Security
    • Logging
    • License

    Documentation

    Unix Manual Server (MCP)

    An MCP server that provides Unix command documentation directly within Claude conversations.

    Features

    • Get command documentation: Retrieve help pages, man pages, and usage information for Unix commands
    • List common commands: Discover available commands on your system, categorized by function
    • Check command existence: Verify if a specific command is available and get its version information

    Installation

    Prerequisites

    • Python 3.13+
    • Claude Desktop or any MCP-compatible client

    Setup

    1. Clone this repository

    2. Install the package:

    bash
    pip install -e .
    # or
    uv install -e .

    3. Install the server in Claude Desktop:

    bash
    mcp install unix_manual_server.py
    # uv
    uv run mcp install unix_manual_server.py

    Usage

    Once installed, you can use the server's tools directly in Claude:

    Get command documentation

    code
    I need help with the grep command. Can you show me the documentation?

    List common commands

    code
    What Unix commands are available on my system?

    Check if a command exists

    code
    Is the awk command available on my system?

    Development

    To test the server locally without installing it in Claude:

    bash
    mcp dev unix_manual_server.py

    Security

    The server takes precautions to prevent command injection by:

    • Validating command names against a regex pattern
    • Executing commands directly without using shell
    • Setting timeouts on all command executions
    • Only checking for documentation, never executing arbitrary commands

    Logging

    Logs are saved to unix-manual-server.log in the same directory as the script, useful for debugging.

    • use @modelcontextprotocol/inspector with npx under the hood.
    zsh
    uv run mcp dev unix_manual_server.py
    code
    npx @modelcontextprotocol/inspector uv run unix_manual_server.py

    License

    MIT

    ---

    *Created with the MCP Python SDK. For more information about MCP, visit modelcontextprotocol.io.*

    Similar MCP

    Based on tags & features

    • FA

      Fal Mcp Server

      Python·
      8
    • DA

      Davinci Resolve Mcp

      Python·
      327
    • FH

      Fhir Mcp Server

      Python·
      55
    • MC

      Mcp Aoai Web Browsing

      Python·
      30

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k
    View All MCP Servers

    Similar MCP

    Based on tags & features

    • FA

      Fal Mcp Server

      Python·
      8
    • DA

      Davinci Resolve Mcp

      Python·
      327
    • FH

      Fhir Mcp Server

      Python·
      55
    • MC

      Mcp Aoai Web Browsing

      Python·
      30

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k