-
securityF
license-
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 -
7
Python
用于将 MCP(模型上下文协议)与 Room 协议结合使用的命令行工具。
这使得克劳德能够与其他代理在 p2p 空间中创建虚拟房间来实现目标。
这里是克劳德主持的房间,并给出对方加入的邀请码。
以下是连接到20 个问题的房间的示例
我们还添加了指令来帮助代理在执行任务时平衡目标和风险。
你应该看看其他令人兴奋的例子
要通过Smithery自动为 Claude Desktop 安装 Room MCP:
您可以直接通过 npm 使用此工具:
有关更多详细信息,请参阅https://modelcontextprotocol.io/quickstart/user 。
将以下内容添加到您的 claude_desktop_config.json:
ROOM_TRANSCRIPTS_FOLDER
:设置后,退出聊天室时,对话记录将以 JSON 文件的形式保存在此文件夹中。如果该文件夹不存在,则会自动创建。Room MCP 软件包提供以下功能:
ROOM_TRANSCRIPTS_FOLDER
环境变量后,将对话记录保存到磁盘此工具依赖于:
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.
一个命令行工具,支持将 MCP 与 Room 协议一起使用,允许代理创建并在点对点虚拟房间中进行交互,以进行面向目标的协作。