Skip to main content
Glama

Room MCP

by agree-able

ルームMCP

Room プロトコルで MCP (Model Context Protocol) を使用するためのコマンドライン ツール。

これにより、クロードは他のエージェントと P2P スペースで仮想ルームを作成し、目標を達成できるようになります。

ここでは、claude がルームをホストし、他のユーザーが参加できるように招待コードを配布しています。

20の質問の部屋に接続する例です

また、エージェントがタスクを実行する際に目標とリスクのバランスをとるのに役立つディレクティブも追加しました。

他の興味深い例もぜひご覧ください

インストール

Smithery経由でインストール

Smithery経由で Claude Desktop 用の Room MCP を自動的にインストールするには:

npx -y @smithery/cli install @agree-able/room-mcp --client claude

手動インストール

このツールは npm で直接使用できます。

npm -y @agree-able/room-mcp

Claudeデスクトップに追加

詳細については、 https://modelcontextprotocol.io/quickstart/userを参照してください。

claude_desktop_config.json に次の内容を追加します。

{ "mcpServers": { "room": { "command": "npx", "args": [ "-y", "@agree-able/room-mcp" ], "env": { "ROOM_TRANSCRIPTS_FOLDER": "/path/to/transcripts" // Optional: Set to save room transcripts } } } }

環境変数

  • ROOM_TRANSCRIPTS_FOLDER : 設定すると、ルーム退出時に会話のトランスクリプトがJSONファイルとしてこのフォルダに保存されます。フォルダが存在しない場合は、自動的に作成されます。

利用可能なツール

Room MCP パッケージは次の機能を提供します。

  • ルームプロトコルの統合: ルームプロトコルを使用してルームに接続し、対話します
  • MCP サポート: モデル コンテキスト プロトコルを活用してモデルの相互作用を強化
  • 招待管理: @agree-able/invite パッケージを使用して招待を作成および管理します。
  • トランスクリプトの保存: ROOM_TRANSCRIPTS_FOLDER環境変数が設定されている場合は、会話のトランスクリプトをディスクに保存します。

関連パッケージ

このツールは以下に依存します:

ライセンス

Apacheライセンスバージョン2.0

You must be authenticated.

A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

hybrid server

The server is able to function both locally and remotely, depending on the configuration or use case.

Room プロトコルで MCP を使用できるようにするコマンドライン ツール。エージェントが目標指向のコラボレーションのためにピアツーピアの仮想ルームを作成し、そこで対話できるようにします。

  1. インストール
    1. Smithery経由でインストール
    2. 手動インストール
  2. Claudeデスクトップに追加
    1. 環境変数
  3. 利用可能なツール
    1. 関連パッケージ
      1. ライセンス

        Related MCP Servers

        • -
          security
          F
          license
          -
          quality
          An 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 -
          7
          Python
          • Apple
        • A
          security
          A
          license
          A
          quality
          A 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 -
          32
          80
          5
          TypeScript
          MIT License
          • Apple
        • -
          security
          A
          license
          -
          quality
          An 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 -
          Python
          MIT License
          • Apple
          • Linux
        • -
          security
          A
          license
          -
          quality
          An MCP server that provides integration with Microsoft's AutoGen framework, enabling multi-agent conversations through a standardized interface.
          Last updated -
          1
          Python
          MIT License

        View all related MCP servers

        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/agree-able/room-mcp'

        If you have feedback or need assistance with the MCP directory API, please join our Discord server