Skip to main content
Glama
creative-int

Abbie MCP Server

by creative-int

What this repo is

abbie-plugins distributes portable Abbie skills and generated setup for Claude Code, Codex, and Cursor. It is an agent-plugin-companion whose companionOf product is abbie; it does not contain Abbie's backend, task runtime, credentials, or product schema.

Every client connects through abbie mcp serve. The installed Abbie CLI owns the operator token and bridges local stdio to Abbie's authenticated MCP endpoint without placing credentials in this repository.

Related MCP server: Hanzo MCP

Install

Prerequisite

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

abbie account login
abbie mcp status --probe

Claude Code

Add the companion marketplace and install Abbie. The plugin starts the local credential-safe MCP bridge.

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

Codex

Add the companion marketplace, then install Abbie from the plugin picker. The equivalent direct MCP configuration is shown below.

codex plugin marketplace add creative-int/abbie-plugins
[mcp_servers.abbie]
command = "abbie"
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/abbie-plugins
{
  "mcpServers": {
    "abbie": {
      "command": "abbie",
      "args": [
        "mcp",
        "serve"
      ]
    }
  }
}

Portable skills

Install the Abbie skills without a client plugin. This does not connect MCP by itself.

npx skills add creative-int/abbie-plugins

Included skills

  • abbie — complete MCP bridge guide: authentication, core tools, common Project → Workspace → Task flows, proof review, and mutation guardrails.

  • abbie-project-work — set up or inspect a Project and stable Workspace, then follow 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 surface

The governed v1 bridge exposes:

  • abbie_projects

  • abbie_workspace

  • abbie_tasks

The Abbie backend remains authoritative for every call. See the Abbie documentation for product concepts and setup.

Develop

corepack pnpm@10.28.2 install
pnpm generate
pnpm smoke
pnpm verify

Generated files must never be hand-edited. Change abbie.config.ts, generate, smoke, and commit the resulting artifacts together.

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.

Related MCP Servers

View all related MCP servers

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.

View all MCP Connectors

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