This repository contains the official Alignbase plugin packages for the OpenAI universal plugin directory, the Claude plugin directory, Cursor Marketplace, and Grok Build. Grok Bot is a separate host and connects to Alignbase directly through Streamable HTTP.
The OpenAI universal plugin package works with both ChatGPT and Codex. In ChatGPT, add the alignbase plugin from this marketplace. In Codex, run:
codex plugin marketplace add Alignbase/alignbase-marketplace &&
codex plugin add alignbase@alignbaseEnable the plugin, connect the Alignbase MCP server when prompted, and sign in to Alignbase. In Codex, approve the startup hook and begin a new session.
Open Customize > Plugins > + > Add marketplace > Add from a repository.
https://github.com/Alignbase/alignbase-marketplace
Or install with Claude Code:
claude plugin marketplace add Alignbase/alignbase-marketplace &&
claude plugin install alignbase@alignbase &&
claudeConnect the Alignbase MCP server when prompted, sign in, and start a new Cowork or Claude Code session.
The Cursor package is in plugins/cursor/alignbase. Install it from Cursor Marketplace after publication, or test it as a local plugin before submission.
grok plugin marketplace add Alignbase/alignbase-marketplace &&
grok plugin install alignbase --trustConnect the Alignbase MCP server when prompted and sign in. Grok Build's current session-start hooks cannot add instructions to a conversation, so follow the plugin README to add the required startup instruction to ~/.grok/AGENTS.md before beginning a new session.
Do not install this package in Grok Bot. Add https://app.alignbase.ai/mcp to Grok Bot as a Streamable HTTP connector and complete browser sign-in.
.agents/plugins/marketplace.jsonis the Codex marketplace catalog..claude-plugin/marketplace.jsonis the Claude marketplace catalog..cursor-plugin/marketplace.jsonis the Cursor marketplace catalog..grok-plugin/marketplace.jsonis the Grok Build marketplace catalog.plugins/codex/alignbasecontains the Codex plugin.plugins/claude/alignbasecontains the Claude plugin for Cowork and Claude Code.plugins/cursor/alignbasecontains the Cursor plugin.plugins/grok/alignbasecontains the Grok Build plugin.
Keep all four plugin manifest versions and all marketplace metadata versions in sync. Bump them before publishing a plugin update because hosts cache installed plugin versions.
Run the local checks before pushing:
python3 scripts/validate.py
claude plugin validate plugins/claude/alignbase --strictSee SUBMISSION.md for the store fields, review checks, and unresolved submission blockers.
The plugin packages in this repository are available under the MIT License.