Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Acd Persona Generator

FreeMaintained

MCP server for ACD-compliant AI agent persona specs. Level 2 loop design, drift defense, behavioral memory. Not just system prompts.

GitHubEmbed

About

MCP server for ACD-compliant AI agent persona specs. Level 2 loop design, drift defense, behavioral memory. Not just system prompts.

README

MCP server that generates ACD-compliant AI agent persona specifications. Not just system prompts — complete character architectures with Level 2 loop design, drift defense, and behavioral memory.

Built on Agent Character Design (ACD) — a discipline for designing AI agent personalities, behavior arcs, and interaction rhythms.

What it does

Three tools covering the full persona lifecycle:

Tool Input Output
assess_level A system prompt ACD Level (1/2/3) + stability score + weaknesses + specific upgrade actions
generate_persona Requirements (role, context, constraints) Full Level 2 persona spec: disposition profile, re-grounding schedule, behavioral memory schema, drift defense rules
upgrade_to_level2 Existing persona spec Enhanced spec with added loop-shaping mechanisms

Why this exists

Most "AI persona" tools stop at Level 1 (input shaping) — a well-written system prompt. That's fragile:

  • Level 1 — system prompts. Drifts under long conversations. Breaks under stimulus. What everyone does.
  • Level 2 — loop shaping. Context re-injection, behavioral memory, drift detection. What Claude's best agent systems actually use.
  • Level 3 — prior shaping. Fine-tuning. Expensive, rare, not always needed.

This server helps you design at Level 2 — the level where character actually stabilizes across sessions.

Grounded in real data: Anthropic's Persona Selection Model (PSM) research shows emotional conversations accelerate drift 7.3×, while Level 2 activation capping reduces drift 60%. These numbers are baked into the drift risk assessment.

Install

npm install -g acd-persona-generator

Or run directly:

npx acd-persona-generator

MCP Client Config

For Claude Desktop (claude_desktop_config.json):

{
  "mcpServers": {
    "acd-persona-generator": {
      "command": "npx",
      "args": ["-y", "acd-persona-generator"]
    }
  }
}

Development

npm install
npm run build       # compile TypeScript
npm test            # run test suite (8 tests)
npm run dev         # run with hot reload

Requires Node ≥ 20.

Architecture

src/
├── index.ts       # MCP server entry + tool registration
├── generator.ts   # Core persona generation logic
└── schemas.ts     # Zod schemas for all tool inputs/outputs

tests/
└── generator.test.ts   # 8 tests covering all 3 tools

Part of the ACD Ecosystem

  • agent-character-design — The Field Guide + methodology spec
  • acd-persona-generator-mcp (this repo) — Seed 1: persona generation
  • acd-behavioral-audit-mcp (coming soon) — Seed 2: audit existing agents

License

MIT. See LICENSE.


Built by Zico Zhou. The Field Guide is at agentcharacterdesign.com (coming soon).

from github.com/agent-character-design/acd-persona-generator-mcp

Install Acd Persona Generator in Claude Desktop, Claude Code & Cursor

Recommended · one command, every IDE
unyly install acd-persona-generator

Installs into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.

First time? Get the CLI: curl -fsSL https://unyly.org/install | sh

Or configure manually

Run in your terminal:

claude mcp add acd-persona-generator -- npx -y acd-persona-generator

Step-by-step: how to install Acd Persona Generator

FAQ

Is Acd Persona Generator MCP free?

Yes, Acd Persona Generator MCP is free — one-click install via Unyly at no cost.

Does Acd Persona Generator need an API key?

No, Acd Persona Generator runs without API keys or environment variables.

Is Acd Persona Generator hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Acd Persona Generator in Claude Desktop, Claude Code or Cursor?

Open Acd Persona Generator on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

LibreOffice Tools

Enables AI agents to read, write, and edit Office documents via LibreOffice with token-efficient design. Supports multiple formats including DOCX, XLSX, PPTX, a

passerbyflutterby passerbyflutter

dannote/figma-use

Full Figma control: create shapes, text, components, set styles, auto-layout, variables, export. 80+ tools.

dannoteby dannote

Logo.dev

Search and retrieve company logos by brand or domain. Customize size, format, and theme to match your design needs. Accelerate design, prototyping, and content

NOVA-3951by NOVA-3951

Design Inspiration Server

Searches top design platforms like Dribbble and Behance to provide UI inspiration, color palettes, and layout patterns via the Serper API. It allows users to re

YonasValentinby YonasValentin

PIX4Dmatic

Enables GUI automation for controlling PIX4Dmatic on Windows through MCP. Supports launching, focusing, capturing screenshots, sending hotkeys, clicking UI elem

jangjo123by jangjo123

Figma

Extract design specs and assets

Figmaby Figma

mcp-dockmaster

An Open-Sourced UI to install and manage MCP servers for Windows, Linux and macOS.

by Community

ariekogan/ateam-mcp

Build, validate, and deploy multi-agent AI solutions on the ADAS platform. Design skills with tools, manage solution lifecycle, and connect from any AI environm

ariekoganby ariekogan

thinkchainai/mcpbundles

MCP Bundles: Create custom bundles of tools and connect providers with OAuth or API keys. Use one MCP server across thousands of integrations, with programmatic

thinkchainaiby thinkchainai

arikusi/nakkas

MCP server that turns AI into an SVG artist. One rendering engine with JSON config, AI controls all design parameters. CSS @keyframes + SMIL animations, 16+ ele

arikusiby arikusi

Compare Acd Persona Generator with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All design MCPs