Unix マニュアル サーバー (MCP)
Claude 会話内で直接 Unix コマンドのドキュメントを提供する MCP サーバー。
特徴
- コマンドドキュメントの取得: Unix コマンドのヘルプ ページ、マニュアル ページ、使用方法の情報を取得します。
- 一般的なコマンドの一覧: システムで利用可能なコマンドを機能別に分類して表示します
- コマンドの存在を確認する: 特定のコマンドが利用可能かどうかを確認し、そのバージョン情報を取得します。
インストール
前提条件
- Python 3.13以上
- Claude DesktopまたはMCP互換クライアント
設定
- このリポジトリをクローンする
- パッケージをインストールします。
- Claude Desktop にサーバーをインストールします。
使用法
インストールが完了すると、Claude でサーバーのツールを直接使用できるようになります。
コマンドドキュメントを取得する
よく使われるコマンドの一覧
コマンドが存在するかどうかを確認する
発達
Claude にインストールせずにローカルでサーバーをテストするには:
安全
サーバーは、コマンドインジェクションを防ぐために次の予防措置を講じます。
- 正規表現パターンに対するコマンド名の検証
- シェルを使わずにコマンドを直接実行する
- すべてのコマンド実行にタイムアウトを設定する
- ドキュメントの確認のみ行い、任意のコマンドは実行しない
ログ記録
ログはスクリプトと同じディレクトリのunix-manual-server.log
に保存され、デバッグに役立ちます。
- 内部的には
npx
で@modelcontextprotocol/inspector
を使用します。
ライセンス
マサチューセッツ工科大学
MCP Python SDKを使用して作成されました。MCPの詳細については、 modelcontextprotocol.ioをご覧ください。
This server cannot be installed
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
Claude の会話内で直接 Unix コマンドのドキュメントを提供し、ユーザーはチャット インターフェイスを離れることなくヘルプ ページ、マニュアル ページ、および使用方法の情報を取得できます。
Related Resources
Related MCP Servers
- AsecurityAlicenseAqualityA collection of Model Context Protocol servers that enable Claude Desktop to provide development assistance capabilities with filesystem, Git, shell command, and web search functionality without incurring API usage costs.Last updated -219TypeScriptMIT License
- AsecurityAlicenseAqualityEnables Claude to interact with FTP servers through natural language commands, allowing users to list directories, download/upload files, create directories, and delete files/directories on FTP servers.Last updated -68JavaScriptMIT License
- -securityAlicense-qualityIntegrates with Claude to enable intelligent querying of documentation data, transforming crawled technical documentation into an actionable resource that LLMs can directly interact with.Last updated -1,818TypeScriptApache 2.0
- AsecurityFlicenseAqualityA server that enables Claude to search and access documentation from popular libraries like LangChain, LlamaIndex, and OpenAI directly within conversations.Last updated -13Python