-
securityF
license-
qualityEnables LLMs to interact with Discord channels by sending and reading messages through Discord's API, with a focus on maintaining user control and security.
Last updated -
33
TypeScript
이 MCP 서버는 여러 시스템에서 서로 다른 Roo 모드/역할 간의 통신 및 조정을 지원합니다. 전문 LLM 에이전트들이 협업하여 작업을 수행하고, 컨텍스트를 공유하고, 작업을 조정할 수 있는 "에이전트 팀" 아키텍처를 구축합니다.
크로스 시스템 에이전트 통신 MCP 서버는 세 가지 주요 구성 요소로 구성됩니다.
.env
파일을 만듭니다.register_agent
: 새로운 에이전트를 등록합니다update_agent
: 에이전트 정보 업데이트get_agent
: 에이전트 정보 가져오기list_agents
: 등록된 모든 에이전트를 나열합니다.send_message
: 다른 에이전트에게 메시지를 보냅니다.get_messages
: 에이전트에 대한 메시지를 받습니다.mark_message_read
: 메시지를 읽음으로 표시delete_message
: 메시지 삭제create_task
: 새로운 작업을 생성합니다assign_task
: 에이전트에게 작업 할당update_task_status
: 작업 상태 업데이트get_task
: 작업 세부 정보 가져오기list_tasks
: 작업 목록create_context
: 공유 컨텍스트 생성update_context
: 공유 컨텍스트 업데이트share_context
: 에이전트와 컨텍스트를 공유합니다.get_context
: 공유 컨텍스트 가져오기list_contexts
: 공유 컨텍스트 나열github_create_issue
: GitHub 이슈 생성github_comment_issue
: GitHub 이슈에 대한 댓글github_create_pr
: GitHub PR 생성github_review_pr
: GitHub PR 리뷰MIT
This server cannot be installed
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
여러 시스템에서 서로 다른 LLM 에이전트 간의 통신과 조정을 가능하게 하여, 전문 에이전트가 통합 플랫폼을 통해 작업에 협업하고, 컨텍스트를 공유하고, 작업을 조정할 수 있습니다.
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/mkc909/agent-communication-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server