Masques

ChrisDBaldwin/Masques
★ 14 stars Zig AI/LLM Updated 11d ago
Role-playing for Agents — temporary cognitive identities bundling intent, context, and lens. An MCP server and Claude Code plugin.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "masques": {
      "command": "npx",
      "args": [
        "-y",
        "ChrisDBaldwin/Masques"
      ]
    }
  }
}

README Excerpt

<p align="center"> <img src="assets/masques-banner.svg" alt="Masques" width="600"> </p> **Role-Playing for Agents.** A masque is a temporary cognitive identity—bundling lens (how to think), context (who you're helping), and attributes (metadata) into a single assumable primitive. **And, crucially, a *measured* one.** A masque without an audience is just a system

Topics

agentic-identityagentskillsclaude-plugin