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.
Install
Prerequisite
Install the Abbie product CLI, connect your operator identity once, and verify the governed bridge.
abbie account login
abbie mcp status --probeSkills in any compatible agent
Install both portable workflows in Claude Code, Codex, Cursor, Copilot, Windsurf, and other skill-aware agents.
npx skills add creative-int/abbie-pluginsClaude Code plugin
Add the marketplace, then install the Abbie plugin.
/plugin marketplace add creative-int/abbie-plugins
/plugin install abbie@abbieCodex plugin
Add this repository as a Codex plugin marketplace, then install Abbie from the plugin picker.
codex plugin marketplace add creative-int/abbie-pluginsCursor plugin
Add this repository as a Cursor plugin marketplace.
Cursor → Settings → Plugins → Add marketplace → creative-int/abbie-pluginsAny local MCP client
Use the credential-safe stdio bridge. The configuration contains no token and works from any directory where abbie is on PATH.
{
"mcpServers": {
"abbie": {
"command": "abbie",
"args": [
"mcp",
"serve"
]
}
}
}The plugin does not contain an Abbie credential. abbie mcp serve reads the
operator credential from the installed product CLI and writes only MCP
JSON-RPC to stdout.
Related MCP server: openproject-mcp
Included skills
abbie-project-work— set up or inspect a Project and stable Workspace, then run a governed Task through Result, Changes, Checks, and Proof.abbie-proof-review— review the authoritative change set and choose local apply or a proof-backed draft pull request without bypassing confirmation or idempotency.
MCP tools
The live server exposes exactly:
abbie_projectsabbie_workspaceabbie_tasks
The Abbie backend remains the authority for every tool call. This repository contains no task runtime and no client-side mutation implementation.
Develop
corepack pnpm@10.28.2 install
pnpm generate
pnpm verify
pnpm receiptserver.json is repository metadata with a publisher extension describing the
Abbie CLI bridge. It is not published to the MCP Registry until the CLI has a
compatible public package entry.
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.
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/abbie-plugins'
If you have feedback or need assistance with the MCP directory API, please join our Discord server