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

Install Server
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

        • A
          security
          A
          license
          A
          quality
          A 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 -
          9
          569
          228
          JavaScript
          MIT License
        • -
          security
          F
          license
          -
          quality
          A 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 -
          73
          3
          JavaScript
        • A
          security
          A
          license
          A
          quality
          A server that uses the Model Context Protocol (MCP) to allow AI agents to safely execute shell commands on a host system.
          Last updated -
          1
          22
          3
          TypeScript
          MIT License
          • Linux
          • Apple
        • -
          security
          F
          license
          -
          quality
          A 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 -
          1
          Python

        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