Abbie MCP Server
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., "@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.
What this repo is
atoi-plugins distributes portable Atoi skills and generated setup for
Claude Code, Codex, and Cursor. It is an agent-plugin-companion whose
companionOf product is atoi; it does not contain Atoi's backend, task
runtime, credentials, or product schema.
Every client connects through atoi mcp serve. The installed Atoi CLI owns
the operator token and bridges local stdio to Atoi's authenticated MCP
endpoint without placing credentials in this repository.
Related MCP server: Hanzo MCP
Install
Prerequisite
Install the Atoi product CLI, connect your operator identity once, and verify the governed bridge.
atoi account login
atoi mcp status --probeClaude Code
Add the companion marketplace and install Atoi. The plugin starts the local credential-safe MCP bridge.
/plugin marketplace add creative-int/atoi-plugins
/plugin install atoi@atoiCodex
Add the companion marketplace, then install Atoi from the plugin picker. The equivalent direct MCP configuration is shown below.
codex plugin marketplace add creative-int/atoi-plugins[mcp_servers.atoi]
command = "atoi"
args = ["mcp", "serve"]Cursor
Add the companion marketplace in Cursor, or place the equivalent MCP configuration in .cursor/mcp.json.
Cursor → Settings → Plugins → Add marketplace → creative-int/atoi-plugins{
"mcpServers": {
"atoi": {
"command": "atoi",
"args": [
"mcp",
"serve"
]
}
}
}Portable skills
Install the Atoi skills without a client plugin. This does not connect MCP by itself.
npx skills add creative-int/atoi-pluginsIncluded skills
atoi— complete MCP bridge guide: authentication, core tools, common Project → Workspace → Task flows, proof review, and mutation guardrails.atoi-project-work— set up or inspect a Project and stable Workspace, then follow a governed Task through Result, Changes, Checks, and Proof.atoi-proof-review— review the authoritative change set and choose local apply or a proof-backed draft pull request without bypassing confirmation or idempotency.
MCP surface
The governed v1 bridge exposes:
atoi_projectsatoi_workspaceatoi_tasks
The Atoi backend remains authoritative for every call. See the Atoi documentation for product concepts and setup.
Develop
corepack pnpm@10.28.2 install
pnpm generate
pnpm smoke
pnpm verifyGenerated files must never be hand-edited. Change atoi.config.ts, generate,
smoke, and commit the resulting artifacts together.
License
MIT © creative-int
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 Servers
- AlicenseNot gradedqualityDmaintenanceProvides project management capabilities through terminal, web UI, or MCP stdio, including plans, code analysis, and filesystem-safe operations.20MIT
- AlicenseCqualityDmaintenanceEnables access to Hanzo APIs and Platform capabilities via MCP, along with development tools for managing and improving projects.71MIT
- FlicenseNot gradedqualityBmaintenanceA plugin-based MCP platform providing tools for project file management, Git operations, browser automation, and command execution.
- 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
Related MCP Connectors
Project management MCP for AI agents with safe task reads and writes.
A MCP server built for developers enabling Git based project management with project and personal…
MCP server for generating rough-draft project plans from natural-language prompts.
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/creative-int/atoi-plugins'
If you have feedback or need assistance with the MCP directory API, please join our Discord server