Maverick MCP

Maverick MCP

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.

Category
访问服务器

README

maverick-mcp

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.


What it does

Maverick observes how you interact with your AI agent and adapts the agent's behavior to match your style:

  • Fast movers get short, decisive responses with maximum autonomy
  • Methodical thinkers get thorough explanations with verification checkpoints
  • Team players get collaborative framing with alignment checks
  • Detail-oriented builders get precise, evidence-backed responses with process gates

Same model underneath. Different teammate on top.

How it works

┌──────────────┐     ┌──────────────┐     ┌──────────────┐
│    You        │────▶│  Maverick    │────▶│    Goose     │
│  (developer)  │     │  (MCP server)│     │  (AI agent)  │
└──────────────┘     └──────────────┘     └──────────────┘
                      │ Detects your  │
                      │ behavioral    │
                      │ profile from  │
                      │ interaction   │
                      │ patterns      │
                      │               │
                      │ Injects       │
                      │ adaptation    │
                      │ context into  │
                      │ agent prompts │
                      └───────────────┘
  1. First use: Quick 2-minute behavioral assessment (10 questions) or skip and let Maverick infer from your interactions
  2. Profile detection: Maps you to one of 17 behavioral profiles based on four drives: Dominance, Extraversion, Patience, Formality
  3. Adaptation: Injects behavioral context into the agent's system prompt — adjusting tone, pacing, autonomy level, and decision style
  4. Learning: Refines your profile over time based on what you accept, reject, and how you interact

Quick start

# Install
pip install maverick-mcp

# Run the MCP server
maverick serve

# Or with uvx (no install needed)
uvx maverick-mcp serve

Connect to Goose

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

MCP Tools

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

The 17 Profiles

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

Data sovereignty

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

Built on

The science

The four behavioral drives (DECF):

  • Dominance — Drive for control and influence over environment
  • Extraversion — Drive for social interaction and influence over people
  • Patience — Drive for consistency, stability, and deliberate pace
  • Formality — Drive for conformity, rules, and structure

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.

Why "Maverick"?

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.


License

Apache 2.0 — same as Goose.

Contributing

PRs welcome. See CONTRIBUTING.md.

Built by Airlock — the AI that knows who it's talking to.

推荐服务器

Baidu Map

Baidu Map

百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。

官方
精选
JavaScript
Playwright MCP Server

Playwright MCP Server

一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。

官方
精选
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。

官方
精选
本地
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。

官方
精选
本地
TypeScript
VeyraX

VeyraX

一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。

官方
精选
本地
graphlit-mcp-server

graphlit-mcp-server

模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。

官方
精选
TypeScript
Kagi MCP Server

Kagi MCP Server

一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。

官方
精选
Python
e2b-mcp-server

e2b-mcp-server

使用 MCP 通过 e2b 运行代码。

官方
精选
Neon MCP Server

Neon MCP Server

用于与 Neon 管理 API 和数据库交互的 MCP 服务器

官方
精选
Exa MCP Server

Exa MCP Server

模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。

官方
精选