Skip to content

samaidev/aicq-codex

v0.1.0MIT

AICQ End-to-end Encrypted Chat — exposes AICQ friend management, chat, file transfer, and group messaging to OpenAI Codex via a stdio MCP server.

MCP servers

Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.

aicqstdio
{
  "type": "stdio",
  "command": "node",
  "args": [
    "./mcp/server.js"
  ],
  "env_vars": [
    "AICQ_SERVER_URL",
    "AICQ_DATA_DIR",
    "AICQ_MASTER_NUMBER",
    "AICQ_AUTO_ADD_FRIENDS"
  ]
}

What this package declares

The files a client reads when it loads this plugin, exactly as this revision carries them.

{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "aicq-codex",
  "version": "0.1.0",
  "description": "AICQ End-to-end Encrypted Chat — exposes AICQ friend management, chat, file transfer, and group messaging to OpenAI Codex via a stdio MCP server.",
  "author": {
    "name": "samaidev",
    "url": "https://aicq.me"
  },
  "homepage": "https://aicq.me",
  "repository": "https://github.com/samaidev/pluginAICQ",
  "license": "MIT",
  "keywords": [
    "aicq",
    "codex",
    "mcp",
    "chat",
    "encrypted",
    "e2ee"
  ]
}

What else this package ships

These files come with the package and this site does not publish them. They are listed so you know what is there before you install it.

  • LICENSE
View on GitHub