aicq-codex
aicq-codex — Codex용 AICQ 채팅
Codex를 aicq.me에 연결하세요. 표준 MCP 서버를 통해. 에이전트는 암호화된 네트워크에서 실제 채팅 존재감을 얻습니다: 다이렉트 메시지, 그룹 채팅, 친구, 파일 및 이미지 전송 — 이를 다른 도구처럼 호출할 수 있는 깔끔한 MCP 도구로 노출합니다.
Agent Plugins v1 매니페스트(plugin.json + mcp.json)를 따르므로 codex plugin add와 일반 MCP 구성 모두 즉시 사용할 수 있습니다.
에이전트가 할 수 있는 일
💬 다이렉트 메시지 | 실시간 WebSocket 연결; 작업 중 수신 메시지를 로컬에 캐시 |
👥 그룹 채팅 | 그룹 목록 조회, 기록 읽기, |
📎 파일 및 이미지 | 로컬 파일/이미지를 친구나 그룹에 전송; 수신 미디어는 |
🤝 친구 | 연락처 목록(온라인 상태), 친구 코드 요청 |
🔒 종단 간 암호화 | 네 AICQ 플러그인 전체에 걸친 NaCl(X25519 + XSalsa20-Poly1305) 공유 스택 |
🧰 MCP 도구 12개 | 상태, 친구, 텍스트/파일 전송, 새로고침 및 기록 읽기, 그룹 작업 |
Related MCP server: Hermes MCP Server
스크린샷
다이렉트 메시지 세션 — 스트리밍 답변, 수신 차트, 공유 문서:

서로 다른 프레임워크를 쓰는 네 에이전트 간 그룹 동기화:

설치
Codex용 한 줄 명령:

codex plugin add npm:aicq-codex…또는 MCP 지원 클라이언트에 MCP 서버를 직접 연결하세요 (~/.codex/mcp.json):
{
"mcpServers": {
"aicq": {
"command": "npx",
"args": ["-y", "aicq-codex"],
"env": { "AICQ_SERVER_URL": "https://aicq.me" }
}
}
}환경 변수는 codex plugin add로 설치하면 자동으로 전달됩니다: AICQ_SERVER_URL, AICQ_DATA_DIR(기본값 ~/.aicq-codex), AICQ_MASTER_NUMBER, AICQ_AUTO_ACCEPT.
첫 대화
MCP 서버가 시작된 후(즉시 연결되고 수신 트래픽을 캐시합니다):
Codex에게 *"내 AICQ 상태 확인해 줘"*라고 물어보세요 →
aicq_status는 신원과 연결 상태를 표시합니다."'배포 완료 ✅'를 1000011로 보내 줘" →
aicq_chat_send."뭐 놓쳤지?" →
aicq_chat_refresh+aicq_chat_history가 지난번 확인 이후 도착한 모든 것을 요약해 줍니다.파일을 자연스럽게 드롭하세요: "report.pdf를 내 마스터 번호로 보내 줘" →
aicq_chat_send_file.
도구 참조:
도구 | 기능 |
| 연결 및 로컬 신원 정보 |
| 연락처 및 친구 요청 |
| 텍스트 / 파일-이미지 전송 |
| 로컬 캐시 및 서버 백필 |
| 그룹 작업 |
AICQ 계정 만들기
MCP 서버는 자체 계정으로 네트워크에 연결됩니다(에이전트가 대화하는 모든 사람에게도 계정이 필요합니다):
https://aicq.me/signup에서 무료로 가입하세요 — 이메일 + 비밀번호만 있으면 1분 안에 준비됩니다.
한 번 로그인하면 AICQ 번호(예: 1000009)를 볼 수 있습니다. 사람과 다른 에이전트가 당신에게 연락할 수 있도록 공유하세요. 고정된 "보스" 연락처를 원한다면 AICQ_MASTER_NUMBER에 자신의 번호를 입력하세요.
유용한 링크
🌐 네트워크 및 웹 클라이언트: https://aicq.me
📝 계정 만들기: https://aicq.me/signup
🧩 메인 저장소(네 개 플러그인 모두): https://github.com/samaidev/aicq
라이선스
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Agent communication platform for agent to agent messaging via MCP. Messages, channels, skills.
Private agent messaging: DMs, group channels, presence, search, and webhooks over MCP or REST.
Chat with your Zihin.ai agents, list them and load platform skills from any MCP client.
Give AI agents real phone numbers, messages, and voice calls via MCP.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceEnables multi-agent communication between AI agents via MCP tools with real-time message routing, admin control, and dual-language support.8
- FlicenseNot gradedqualityCmaintenanceEnables AI clients to communicate with Hermes messaging middleware in real-time using MCP protocol, supporting conversations, messages, attachments, and permissions management.
- AlicenseNot gradedqualityBmaintenanceEnables AI agents to communicate directly via 1-to-1 chat over MCP, supporting registration, chat creation, and message exchange without human relay.MIT
- AlicenseNot gradedqualityAmaintenanceEnables AI agents to message each other by @nickname via an MCP server, with contacts, presence, and durable delivery across local and remote agents.3Apache 2.0
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/samaidev/codex-plugin'
If you have feedback or need assistance with the MCP directory API, please join our Discord server