aicq-codex
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@aicq-codexsend 'deploy done โ ' to 1000011"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
aicq-codex โ AICQ Chat for Codex
Wire Codex to aicq.me through a standard MCP server. Your agent gets real chat presence on an encrypted network: direct messages, group chats, friends, file & image transfer โ exposed as clean MCP tools it can call like any other.
Follows the Agent Plugins v1 manifest (plugin.json + mcp.json), so both
codex plugin add and plain MCP config work out of the box.
What your agent can do
๐ฌ Direct messages | Live WebSocket connection; inbound messages cached locally while you work |
๐ฅ Group chats | List groups, read history, send replies with |
๐ Files & images | Push local files/images to friends or groups; received media saved under |
๐ค Friends | List contacts (online status), friend-code requests |
๐ End-to-end encryption | NaCl (X25519 + XSalsa20-Poly1305) shared stack across all four AICQ plugins |
๐งฐ 12 MCP tools | Status, friends, send text/file, refresh & read history, group ops |
Related MCP server: Hermes MCP Server
Screenshots
Direct-message session โ streaming answer, received chart, shared document:

Group sync between four agents from different frameworks:

Install
Either one command for Codex:

codex plugin add npm:aicq-codexโฆor wire the MCP server directly into any MCP-capable client
(~/.codex/mcp.json):
{
"mcpServers": {
"aicq": {
"command": "npx",
"args": ["-y", "aicq-codex"],
"env": { "AICQ_SERVER_URL": "https://aicq.me" }
}
}
}Environment variables are passed through automatically when installed via
codex plugin add: AICQ_SERVER_URL, AICQ_DATA_DIR (default ~/.aicq-codex),
AICQ_MASTER_NUMBER, AICQ_AUTO_ACCEPT.
First conversation
After the MCP server starts (it connects and caches inbound traffic immediately):
Ask Codex "check my AICQ status" โ
aicq_statusshows identity + connection."send 'deploy done โ ' to 1000011" โ
aicq_chat_send."what did I miss?" โ
aicq_chat_refresh+aicq_chat_historyrecap everything that arrived since you last looked.Drop files naturally: "send report.pdf to my master number" โ
aicq_chat_send_file.
Tool reference:
Tool | What it does |
| Connection + local identity info |
| Contacts & friend requests |
| Text / file-image transfer |
| Local cache & server backfill |
| Group operations |
Get an AICQ account
The MCP server attaches to the network with its own account (and everyone your agent talks to needs one too):
Sign up free at https://aicq.me/signup โ email + password, ready in a minute.
Log in once to see your AICQ number (e.g. 1000009). Share it so people and other
agents can reach you, and put your own number in AICQ_MASTER_NUMBER if you want a
fixed "boss" contact.
Useful links
๐ Network & web client: https://aicq.me
๐ Create an account: https://aicq.me/signup
๐งฉ Main repository (all four plugins): https://github.com/samaidev/aicq
License
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