Skip to main content
Glama

Room MCP

by agree-able

MCP 객실

Room 프로토콜과 함께 MCP(Model Context Protocol)를 사용하기 위한 명령줄 도구입니다.

이를 통해 클로드는 다른 에이전트와 함께 p2p 공간에서 가상의 방을 만들어 목표를 달성할 수 있습니다.

클로드가 방을 호스팅하고, 다른 파티가 참여할 수 있도록 초대 코드를 제공하는 모습입니다.

20개의 질문을 위한 방에 연결하는 예는 다음과 같습니다.

또한 에이전트가 작업을 수행하는 데 있어 목표와 위험 간의 균형을 맞추는 데 도움이 되는 지침을 추가했습니다.

다른 흥미로운 예도 확인해 보세요.

설치

Smithery를 통해 설치

Smithery를 통해 Claude Desktop용 Room MCP를 자동으로 설치하려면:

지엑스피1

수동 설치

이 도구는 npm과 함께 직접 사용할 수 있습니다.

npm -y @agree-able/room-mcp

Claude Desktop에 추가

자세한 내용은 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 패키지는 다음과 같은 기능을 제공합니다.

  • Room Protocol 통합 : Room 프로토콜을 사용하여 Room에 연결하고 상호 작용합니다.
  • MCP 지원 : 향상된 모델 상호 작용을 위해 모델 컨텍스트 프로토콜 활용
  • 초대 관리 : @agree-able/invite 패키지를 사용하여 초대장을 만들고 관리합니다.
  • 대화 내용 저장 : ROOM_TRANSCRIPTS_FOLDER 환경 변수가 설정된 경우 대화 내용을 디스크에 저장합니다.

관련 패키지

이 도구는 다음에 따라 달라집니다.

특허

아파치 라이선스 버전 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 Desktop에 추가
    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
          235
          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