Skip to main content
Glama
creative-int

Abbie MCP Server

by creative-int

Install

Prerequisite

Install the Abbie product CLI, connect your operator identity once, and verify the governed bridge.

abbie account login
abbie mcp status --probe

Skills 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-plugins

Claude Code plugin

Add the marketplace, then install the Abbie plugin.

/plugin marketplace add creative-int/abbie-plugins
/plugin install abbie@abbie

Codex plugin

Add this repository as a Codex plugin marketplace, then install Abbie from the plugin picker.

codex plugin marketplace add creative-int/abbie-plugins

Cursor plugin

Add this repository as a Cursor plugin marketplace.

Cursor → Settings → Plugins → Add marketplace → creative-int/abbie-plugins

Any 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_projects

  • abbie_workspace

  • abbie_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 receipt

server.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

A
license - permissive license
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

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