ルーム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
You must be authenticated.
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
- -securityFlicense-qualityAn MCP server that allows AI assistants like Claude to execute terminal commands on the user's computer and return the output, functioning like a terminal through AI.Last updated -7Python
- AsecurityAlicenseAqualityA Model Context Protocol server that enables AI assistants to interact with Linear project management systems, allowing users to retrieve, create, and update issues, projects, and teams through natural language.Last updated -32805TypeScriptMIT License
- -securityAlicense-qualityAn MCP server that bridges AI agents with GUI automation capabilities, allowing them to control mouse, keyboard, windows, and take screenshots to interact with desktop applications.Last updated -PythonMIT License
- -securityAlicense-qualityAn MCP server that provides integration with Microsoft's AutoGen framework, enabling multi-agent conversations through a standardized interface.Last updated -1PythonMIT License