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
- AsecurityFlicenseAqualityA server that enables Claude Desktop users to access the Claude API directly, allowing them to bypass Professional Plan limitations and use advanced features like custom system prompts and conversation management.Last updated -15Python
- AsecurityFlicenseAqualityA local server that enables Claude Desktop to interact with your macOS Contacts and Messages apps, allowing you to search contacts and send iMessages through natural language commands.Last updated -21JavaScript
Inkeep MCP Serverofficial
-securityAlicense-qualityA server that connects Claude to your documentation via Inkeep's API, enabling AI-powered interactions with your documentation content.Last updated -5PythonMIT License- -securityFlicense-qualityA connector enabling Claude Desktop or any MCP client to interact with Slack workspaces to post messages and query user lists.Last updated -TypeScript