Unix Manual Server
Unix 手册服务器 (MCP)
MCP 服务器直接在 Claude 对话中提供 Unix 命令文档。
特征
获取命令文档:检索 Unix 命令的帮助页、手册页和使用信息
列出常用命令:发现系统上可用的命令,按功能分类
检查命令存在:验证特定命令是否可用并获取其版本信息
Related MCP server: DevDocs MCP Server
安装
先决条件
Python 3.13+
Claude Desktop或任何与 MCP 兼容的客户端
设置
克隆此存储库
安装软件包:
pip install -e .
# or
uv install -e .在 Claude Desktop 中安装服务器:
mcp install unix_manual_server.py
# uv
uv run mcp install unix_manual_server.py用法
安装完成后,您可以直接在 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?发展
要在本地测试服务器而不将其安装在 Claude 中:
mcp dev unix_manual_server.py安全
服务器采取预防措施来防止命令注入:
根据正则表达式模式验证命令名称
不使用shell直接执行命令
设置所有命令执行的超时
仅检查文档,从不执行任意命令
日志记录
日志保存到与脚本同一目录中的unix-manual-server.log ,对于调试很有用。
在后台使用带有
npx的@modelcontextprotocol/inspector。
uv run mcp dev unix_manual_server.pynpx @modelcontextprotocol/inspector uv run unix_manual_server.py执照
麻省理工学院
使用 MCP Python SDK 创建。如需了解更多关于 MCP 的信息,请访问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