Provides Unix command documentation directly within Claude conversations, allowing users to retrieve help pages, man pages, and usage information without leaving the chat interface.
An MCP server that provides Unix command documentation directly within Claude conversations.
pip install -e . # or uv install -e .
mcp install unix_manual_server.py # uv uv run mcp install unix_manual_server.py
Once installed, you can use the server's tools directly in Claude:
I need help with the grep command. Can you show me the documentation?
What Unix commands are available on my system?
Is the awk command available on my system?
To test the server locally without installing it in Claude:
mcp dev unix_manual_server.py
The server takes precautions to prevent command injection by:
Logs are saved to unix-manual-server.log
in the same directory as the script, useful for debugging.
@modelcontextprotocol/inspector
with npx
under the hood.uv run mcp dev unix_manual_server.py
npx @modelcontextprotocol/inspector uv run unix_manual_server.py
MIT
Created with the MCP Python SDK. For more information about MCP, visit modelcontextprotocol.io.
Discover shared experiences
Shared threads will appear here, showcasing real-world applications and insights from the community. Check back soon for updates!