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
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 --probeClaude 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@abbieCodex
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-pluginsIncluded 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_projectsabbie_workspaceabbie_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 verifyGenerated files must never be hand-edited. Change abbie.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
- Alicense-qualityDmaintenanceProvides project management capabilities through terminal, web UI, or MCP stdio, including plans, code analysis, and filesystem-safe operations.21MIT
- AlicenseCqualityDmaintenanceEnables access to Hanzo APIs and Platform capabilities via MCP, along with development tools for managing and improving projects.71MIT
- Flicense-qualityCmaintenanceA plugin-based MCP platform providing tools for project file management, Git operations, browser automation, and command execution.
- Alicense-qualityAmaintenanceBootstraps 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/abbie-plugins'
If you have feedback or need assistance with the MCP directory API, please join our Discord server