Unix Manual Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Unix Manual Servershow me the man page for grep"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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
Related MCP server: DevDocs MCP Server
Installation
Prerequisites
Python 3.13+
Claude Desktop or any MCP-compatible client
Setup
Clone this repository
Install the package:
pip install -e .
# or
uv install -e .Install the server in Claude Desktop:
mcp install unix_manual_server.py
# uv
uv run mcp install unix_manual_server.pyUsage
Once installed, you can use the server's tools directly in Claude:
Get command documentation
I need help with the grep command. Can you show me the documentation?List common commands
What Unix commands are available on my system?Check if a command exists
Is the awk command available on my system?Development
To test the server locally without installing it in Claude:
mcp dev unix_manual_server.pySecurity
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/inspectorwithnpxunder the hood.
uv run mcp dev unix_manual_server.pynpx @modelcontextprotocol/inspector uv run unix_manual_server.pyLicense
MIT
Created with the MCP Python SDK. For more information about MCP, visit modelcontextprotocol.io.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityDmaintenanceProvides comprehensive access to documentation for 600+ Kali Linux penetration testing and security tools through Claude Desktop, enabling users to search, explore, and get detailed information about security tools by category or functionality.1
- FlicenseAqualityDmaintenanceProvides access to 600+ documentation libraries from DevDocs.io including Python, JavaScript, React, Django, and more. Enables searching, browsing, and retrieving documentation content directly through Claude Desktop.53
- Flicense-qualityDmaintenanceProvides real-time retrieval of official documentation for LangChain, LlamaIndex, and OpenAI. It enables context-aware coding by fetching the latest API references and guides directly into Claude via the Model Context Protocol.
- Alicense-qualityDmaintenanceProvides AI assistants with access to Linux man pages for searching, retrieving, and exploring system documentation.13MIT
Related MCP Connectors
Augments MCP Server - A comprehensive framework documentation provider for Claude Code
tldr-pages community simplified man pages (cached 24h)
Persistent context for Claude. Your AI always knows your projects and next actions across sessions.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/tizee/mcp-unix-manual'
If you have feedback or need assistance with the MCP directory API, please join our Discord server