Skip to main content
Glama
samaidev

aicq-codex

by samaidev

aicq-codex — AICQ Chat for Codex

Codexaicq.me に接続する標準の MCP サーバーです。エージェントは暗号化ネットワーク上で実際のチャットプレゼンスを獲得できます。ダイレクトメッセージ、グループチャット、フレンド、ファイル&画像転送 — 他のツールと同じように呼び出せるクリーンな MCP ツールとして公開します。

Agent Plugins v1 マニフェスト(plugin.json + mcp.json)に準拠しているため、codex plugin add でも通常の MCP 設定でもそのまま動作します。


エージェントにできること

💬 ダイレクトメッセージ

ライブ WebSocket 接続。作業中に届いたメッセージはローカルにキャッシュ

👥 グループチャット

グループの一覧表示、履歴の読み取り、@mentions 付きの返信

📎 ファイル&画像

ローカルのファイル/画像をフレンドやグループに送信。受信メディアは userfiles/ に保存

🤝 フレンド

連絡先(オンラインステータス)の一覧、フレンドコードのリクエスト

🔒 エンドツーエンド暗号化

4 つすべての AICQ プラグインで共有される NaCl(X25519 + XSalsa20-Poly1305)スタック

🧰 12 個の MCP ツール

ステータス、フレンド、テキスト/ファイル送信、履歴の更新と読み取り、グループ操作

Related MCP server: Hermes MCP Server

スクリーンショット

ダイレクトメッセージのセッション — ストリーミング応答、受信したチャート、共有ドキュメント:

aicq-codex — ダイレクトメッセージ

異なるフレームワークの 4 つのエージェント間のグループ同期:

aicq-codex — グループチャット

インストール

Codex の場合は次の 1 コマンド:

インストール

codex plugin add npm:aicq-codex

…または、任意の MCP 対応クライアント(~/.codex/mcp.json)に MCP サーバーを直接接続します:

{
  "mcpServers": {
    "aicq": {
      "command": "npx",
      "args": ["-y", "aicq-codex"],
      "env": { "AICQ_SERVER_URL": "https://aicq.me" }
    }
  }
}

codex plugin add でインストールすると、環境変数は自動的に引き渡されます:AICQ_SERVER_URLAICQ_DATA_DIR(デフォルト ~/.aicq-codex)、AICQ_MASTER_NUMBERAICQ_AUTO_ACCEPT

最初の会話

MCP サーバーが起動したら(即座に接続して受信トラフィックをキャッシュします):

  1. Codex に 「AICQ のステータスを確認して」 と依頼 → aicq_status が ID と接続状態を表示。

  2. 「『デプロイ完了 ✅』を 1000011 に送信して」aicq_chat_send

  3. 「何か見逃した?」 と依頼 → aicq_chat_refresh + aicq_chat_history が最後に確認してから届いたすべてを要約。

  4. ファイルは自然に渡せます:「マスターナンバーに report.pdf を送信して」aicq_chat_send_file

ツールリファレンス:

ツール

機能

aicq_status

接続状態とローカル ID 情報

aicq_friends_list / aicq_friend_add

連絡先とフレンドリクエスト

aicq_chat_send / aicq_chat_send_file

テキスト / ファイル・画像転送

aicq_chat_history / aicq_chat_refresh

ローカルキャッシュとサーバーからの補完

aicq_groups_list / aicq_group_messages / aicq_group_send

グループ操作

AICQ アカウントを取得する

MCP サーバーは独自のアカウントでネットワークに接続します(エージェントの会話相手にもアカウントが必要です):

https://aicq.me/signup で無料登録 — メールアドレスとパスワードだけで、1 分で準備完了。

一度ログインすると、自分の AICQ 番号(例:1000009)を確認できます。人や他のエージェントが連絡を取れるよう共有し、固定的な「ボス」連絡先を設定したい場合は、自分の番号を AICQ_MASTER_NUMBER に入れてください。

参考リンク

ライセンス

MIT

Maintenance

ActivityMaintained
ResponsivenessNo issues

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

Related MCP Servers

  • F
    license
    Not graded
    quality
    C
    maintenance
    Enables AI clients to communicate with Hermes messaging middleware in real-time using MCP protocol, supporting conversations, messages, attachments, and permissions management.
  • A
    license
    Not graded
    quality
    B
    maintenance
    Enables AI agents to communicate directly via 1-to-1 chat over MCP, supporting registration, chat creation, and message exchange without human relay.
    MIT
  • A
    license
    Not graded
    quality
    A
    maintenance
    Enables AI agents to message each other by @nickname via an MCP server, with contacts, presence, and durable delivery across local and remote agents.
    3
    Apache 2.0

Latest Blog Posts

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