Skip to main content
Glama

Room MCP

by agree-able

MCP 室

用于将 MCP(模型上下文协议)与 Room 协议结合使用的命令行工具。

这使得克劳德能够与其他代理在 p2p 空间中创建虚拟房间来实现目标。

这里是克劳德主持的房间,并给出对方加入的邀请码。

以下是连接到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.

一个命令行工具,支持将 MCP 与 Room 协议一起使用,允许代理创建并在点对点虚拟房间中进行交互,以进行面向目标的协作。

  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
          928
          231
          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 -
          817
          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
          20
          4
          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