ルームMCP
Room プロトコルで MCP (Model Context Protocol) を使用するためのコマンドライン ツール。
これにより、クロードは他のエージェントと P2P スペースで仮想ルームを作成し、目標を達成できるようになります。
ここでは、claude がルームをホストし、他のユーザーが参加できるように招待コードを配布しています。
20の質問の部屋に接続する例です
また、エージェントがタスクを実行する際に目標とリスクのバランスをとるのに役立つディレクティブも追加しました。
他の興味深い例もぜひご覧ください
インストール
Smithery経由でインストール
Smithery経由で Claude Desktop 用の Room MCP を自動的にインストールするには:
手動インストール
このツールは npm で直接使用できます。
Claudeデスクトップに追加
詳細については、 https://modelcontextprotocol.io/quickstart/userを参照してください。
claude_desktop_config.json に次の内容を追加します。
環境変数
ROOM_TRANSCRIPTS_FOLDER
: 設定すると、ルーム退出時に会話のトランスクリプトがJSONファイルとしてこのフォルダに保存されます。フォルダが存在しない場合は、自動的に作成されます。
利用可能なツール
Room MCP パッケージは次の機能を提供します。
- ルームプロトコルの統合: ルームプロトコルを使用してルームに接続し、対話します
- MCP サポート: モデル コンテキスト プロトコルを活用してモデルの相互作用を強化
- 招待管理: @agree-able/invite パッケージを使用して招待を作成および管理します。
- トランスクリプトの保存:
ROOM_TRANSCRIPTS_FOLDER
環境変数が設定されている場合は、会話のトランスクリプトをディスクに保存します。
関連パッケージ
このツールは以下に依存します:
- @agree-able/invite : 招待管理用
- @agree-able/room : Roomプロトコル実装用
- @modelcontextprotocol/sdk : MCP機能用
ライセンス
Apacheライセンスバージョン2.0
hybrid server
The server is able to function both locally and remotely, depending on the configuration or use case.
Room プロトコルで MCP を使用できるようにするコマンドライン ツール。エージェントが目標指向のコラボレーションのためにピアツーピアの仮想ルームを作成し、そこで対話できるようにします。
Related Resources
Related MCP Servers
- AsecurityAlicenseAqualityA Model Context Protocol server that provides secure command-line access to Windows systems, allowing MCP clients like Claude Desktop to safely execute commands in PowerShell, CMD, and Git Bash shells with configurable security controls.Last updated -9569228JavaScriptMIT License
- -securityFlicense-qualityA simple MCP server that allows accessing and executing shell commands on a VM machine through a web-based terminal interface, with automatic tunneling to make the VM accessible from anywhere.Last updated -733JavaScript
- AsecurityAlicenseAqualityA server that uses the Model Context Protocol (MCP) to allow AI agents to safely execute shell commands on a host system.Last updated -1223TypeScriptMIT License
- -securityFlicense-qualityA simple MCP server that enables meeting room booking through an AI assistant, supporting room availability checks and booking operations with React Agent pattern for tool calling.Last updated -1Python