Abbie MCP Server
Click on "Deploy 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., "@Abbie MCP Servercreate a new project for the Q3 initiative"
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.
The Atoi plugin brings Atoi into Claude Code, Codex and Cursor. Your agent gets the fifteen operator tools Atoi ships (your Workspaces and Projects, the Workspace Thread it can send to and steer, Tasks with change sets and proof, search, Inbox decisions, Ideas, plans, automations, channels, skills, settings, usage and a readiness check) plus a skill that teaches it how to use them. It acts with exactly the authority of your own account, never without your confirmation on a consequential step, and everything it does leaves a receipt you can read back in Atoi.
Install
1. Connect the Atoi CLI once
Every client reaches Atoi through the installed CLI, which keeps your operator token in the system keychain and forwards each call to Atoi's authenticated MCP endpoint. Nothing in this repository holds a credential.
npm install -g @creative-int/atoi-cli
atoi account login
atoi mcp status --probeatoi account login opens browser device authorization for your operator identity. It is not atoi login, which pairs a Computer. atoi mcp status --probe then checks the whole path: your login, the endpoint, and the tools Atoi returns. If you prefer a script, curl -fsSL https://atoi.app/install.sh | bash installs the same CLI.
2. Install the plugin in your client
Claude Code
/plugin marketplace add creative-int/atoi-plugins
/plugin install atoi@atoiThe same two steps from a shell are claude plugin marketplace add creative-int/atoi-plugins and claude plugin install atoi@atoi.
Codex
codex plugin marketplace add creative-int/atoi-plugins
codex plugin add atoi@atoiStart a new Codex session afterwards; codex mcp list shows the atoi server.
Cursor
git clone https://github.com/creative-int/atoi-plugins.git
cursor-agent --plugin-dir ./atoi-plugins/plugins/atoiplugins/atoi is a standard Agent Plugin: Cursor reads its plugin.json, skills/ and mcp.json directly.
Any other agent
Point the agent at plugins/atoi/skills/atoi/SKILL.md and give it the same MCP server: atoi mcp serve over stdio.
Related MCP server: erbina
What your agent can do
Tool | What it does |
| List, get, create, update, archive, or restore governed Atoi Projects. A list answers one Workspace: workspace_id, or your Personal Workspace when none is given. |
| Create or list your Atoi Workspaces, or show and bind the stable source associated with an Atoi Project. |
| List, get, start, cancel, continue, inspect, apply, or publish authoritative Atoi Task change sets. Poll get for wait semantics. |
| Drive a workspace Thread the way the app does: resolve a workspace to its one Thread, list, inspect pending decisions, send, reply, steer, attach a file to the turn that carries it, retry, stop, react, approve or deny, launch a Task, pin, unpin, or read where the wait after each send went, through the authenticated operator surface. |
| Search accessible Atoi threads, messages, projects, Tasks, files, and outputs. |
| List Inbox cards and answer each in its own words: keep, edit, or dismiss a memory card; approve or deny an approval; snooze any card. |
| Read the Ideas the agent wrote for this account, refresh them, answer the current ask, or dismiss a connection suggestion. |
| Read what this person's turns cost: today, the last days, and the models that spent it, from the model-decision receipts. |
| List the plans in one Workspace or Project with their ids, titles, status and progress, or retire or restore one of the person's plans. |
| List, inspect, create, update, toggle, trigger, or remove Atoi Automations with schedule and receipt readback. |
| List and inspect user-owned Atoi Channels, open browser-native connection flows, revoke links, or send a receipt-backed test. |
| List, inspect, enable, disable, or remove user-owned Atoi Skills with durable skill receipts. |
| List, inspect, install, enable, disable, or remove the pinned first-party Atoi plugin release with durable plugin receipts. |
| Read canonical settings and connector state from the settings registry, set any writable non-secret setting by key, return one setting to the default it came from, or connect and disconnect browser-owned Atoi connections. |
| Return the canonical Atoi runtime readiness ledger and compact receipt without promoting unobserved checks to ready. |
The table is generated from the MCP reference Atoi ships
(tooling/reference/). The skill in
plugins/atoi/skills/atoi teaches the
order of work: read before you write, resolve the Workspace's Thread, run
Tasks under a safety profile, and cross every mutation boundary with the
person's explicit confirmation and a stable idempotency key.
How it connects
your agent ──stdio──▶ atoi mcp serve ──HTTPS + bearer──▶ Atoi /mcp
(token from your keychain)The plugin declares one MCP server, atoi mcp serve. The CLI reads your
operator token from the system keychain and forwards each call to Atoi's
authenticated /mcp endpoint (atoi mcp status prints it). No manifest,
example or skill in this repository contains a credential.
ChatGPT and Claude.ai cannot start a local process, so they need Atoi's hosted
OAuth connection at https://atoi.app/api/mcp, which is not available yet.
docs/proofs/door records its discovery chain as
a hosted client meets it; the plugin switches to the remote door only once
that proof is green.
Repository layout
plugins/atoi/ the plugin (Agent Plugins 1.0.0)
plugin.json portable manifest; Codex presentation under extensions.com.openai
mcp.json portable MCP configuration
skills/ the skills your agent loads
assets/
.claude-plugin/marketplace.json Claude Code catalog
.agents/plugins/marketplace.json Codex catalog
.cursor-plugin/marketplace.json Cursor catalog
atoi.config.ts the one hand-edited source
tooling/ generate, smoke, install proof, the vendored MCP reference
docs/proofs/install/ per-client install proofs with receipts
docs/proofs/door/ OAuth discovery proofs for the remote doorEvery manifest and catalog is generated from atoi.config.ts; the skills are
edited directly.
Develop
corepack pnpm@10.28.2 install
pnpm generate
pnpm verifypnpm verify fails when a generated file is stale, when a manifest leaves the
Agent Plugins 1.0.0 schema, when a catalog stops resolving to plugins/atoi,
when the skill names a tool Atoi does not ship, or when a shipped file carries
a private path or a token.
pnpm proof:install --source creative-int/atoi-plugins --record installs the
published plugin from a fresh clone into Claude Code, Codex and Cursor, and
writes what each client reports to docs/proofs/install.
pnpm proof:door --record walks the OAuth discovery chain of
https://atoi.app/api/mcp without a credential and writes the result to
docs/proofs/door. pnpm verify refuses a remote
entry in plugins/atoi/mcp.json until the newest receipt for its URL is proven.
License
MIT © creative-int
This server cannot be deployed
Maintenance
Related MCP Connectors
Governed MCP gateway: one endpoint for your tools, with credential custody and audit log.
Project management MCP for AI agents with safe task reads and writes.
Read and write Mission Control state via MCP — projects, tasks, subtasks, templates, status updates.
Governed data discovery, exact queries, decisions, simulations, and runtime utilities over MCP.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceProvides project management capabilities through terminal, web UI, or MCP stdio, including plans, code analysis, and filesystem-safe operations.11 npmMIT
- AlicenseNot gradedqualityAmaintenanceBootstraps dev environments by installing, wiring, and verifying CLI tools and MCP servers from curated recipes, and provides scope-aware audit of MCP configurations.MIT
- AlicenseNot gradedqualityBmaintenanceProvides MCP tools for workspace initialization, health checks, context recall, and durable memory capture, enabling project-specific memory and shared company knowledge with citations.MIT

Nolane Habitatofficial
FlicenseNot gradedqualityBmaintenanceProvides coding agents with a durable, revision-aware project workspace for semantic context, governed source changes, verification, task checkpoints, and observability through an MCP interface.1-