loading…
Search for a command to run...
loading…
A behavioral intelligence server that detects a user's unique interaction style and adapts AI agent responses based on seventeen behavioral profiles. It enables
A behavioral intelligence server that detects a user's unique interaction style and adapts AI agent responses based on seventeen behavioral profiles. It enables agents to automatically adjust their tone, pacing, and autonomy level to better align with the specific needs of the human user.
Every Goose needs its Maverick.
A behavioral intelligence MCP server that makes AI agents adapt to who they're working with — not just what they're asked to do.
Built for Goose. Works with any MCP-compatible agent.
Maverick observes how you interact with your AI agent and adapts the agent's behavior to match your style:
Same model underneath. Different teammate on top.
┌──────────────┐ ┌──────────────┐ ┌──────────────┐
│ You │────▶│ Maverick │────▶│ Goose │
│ (developer) │ │ (MCP server)│ │ (AI agent) │
└──────────────┘ └──────────────┘ └──────────────┘
│ Detects your │
│ behavioral │
│ profile from │
│ interaction │
│ patterns │
│ │
│ Injects │
│ adaptation │
│ context into │
│ agent prompts │
└───────────────┘
# Install
pip install maverick-mcp
# Run the MCP server
maverick serve
# Or with uvx (no install needed)
uvx maverick-mcp serve
Add to your Goose configuration:
extensions:
maverick:
type: stdio
cmd: maverick
args: [serve]
Or if running as a standalone server:
extensions:
maverick:
type: sse
uri: http://localhost:8300/sse
Maverick exposes these tools to the agent:
| Tool | Description |
|---|---|
maverick_assess |
Run the behavioral assessment (10 questions) |
maverick_profile |
Get the current user's behavioral profile |
maverick_adapt |
Get adaptation instructions for the current context |
maverick_feedback |
Record user feedback to refine the profile |
Based on Predictive Index behavioral science, used by 10,000+ companies:
| Profile | Style | Agent Adaptation |
|---|---|---|
| Maverick | Fast, bold, breaks molds | Short responses, max autonomy, ship dates |
| Captain | Commanding, decisive | Executive summaries, clear delegation |
| Persuader | Energetic, narrative-driven | Compelling framing, stakeholder angles |
| Venturer | Independent, gut-driven | Minimal hand-holding, trust their direction |
| Strategist | Analytical, big-picture | Systems thinking, long-range implications |
| Controller | Structured, demanding | Precise specs, clear ownership |
| Promoter | Social, fast-moving | High energy, visible progress |
| Adapter | Balanced, flexible | Moderate everything, read the room |
| Collaborator | Team-oriented, supportive | Alignment checks, inclusive language |
| Individualist | Self-reliant, focused | Respect their process, don't over-explain |
| Artisan | Craftsmanship, patient | Quality focus, tangible outcomes |
| Guardian | Thorough, protective | Evidence first, risk assessment, checkpoints |
| Specialist | Deep, precise | Domain depth, highest standards |
| Analyzer | Methodical, data-driven | Show the data, verify claims |
| Scholar | Knowledge-seeking, rigorous | Research backing, source verification |
| Operator | Reliable, steady | Clear steps, predictable cadence |
| Altruist | Warm, caring | Supportive tone, team-aware framing |
Your behavioral profile is stored locally on your machine — never sent to any server. Maverick runs entirely local. No accounts, no telemetry, no cloud.
~/.maverick/
├── profile.yaml # Your behavioral profile
├── interactions.jsonl # Interaction history (for refinement)
└── config.yaml # Server configuration
The four behavioral drives (DECF):
Every person has a unique DECF signature. Every AI interaction should respect it.
We've validated this across 7,000+ conversations using ConstellationBench — a novel persona fidelity benchmark that measures whether AI agents maintain consistent behavioral adaptation.
The Maverick is the rarest behavioral profile — 2.5% of the population. Independent innovators who break every mold and bet on the future others can't see.
We named this project after them because that's what's missing from AI agents: the ability to recognize that not everyone thinks the same way, and to adapt accordingly.
Every Goose needs its Maverick.
Apache 2.0 — same as Goose.
PRs welcome. See CONTRIBUTING.md.
Built by Airlock — the AI that knows who it's talking to.
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"maverick-mcp": {
"command": "npx",
"args": []
}
}
}