com.agent-tune/agenttune
Official3 toolsby bernardjhuang
Personality tuning files for AI agents: 43 MIT-licensed tunings + 5 inline personality tests.
Personality tuning configurations for AI agents with inline personality tests.
Captured live from the server via tools/list.
list_tunings
Catalog of all 43 AgentTune personality tuning files (slug, code, name, one-line blurb), optionally filtered by system. Use it to resolve a user's personality type to the right slug before calling get_tuning.
Parameters (1)
- systemstring
Optional filter: one of the five personality systems.
get_tuning
Fetch one tuning file as Markdown with YAML front-matter. The front-matter is machine-readable install metadata (install.surfaces = where to write it per agent surface, verify.probe = how to confirm it took effect); the body is the behavioral tuning to load as system-prompt content. MIT licensed.
Parameters (2)
- systemstringrequired
Personality system.
- slugstringrequired
Type slug, lowercase. mbti: 4-letter code (intj). enneagram: N-name (5-investigator). disc: letter-name (d-dominance). attachment: style (secure). ocean: dimension-pole (openness-high). Unsure? Call list_tunings.
get_test_spec
Fetch a complete, self-contained test specification as Markdown: full item list, response scale, scoring algorithm, and the mapping from result to tuning slug. Administer the items to the user inline (bulk-paste is fine), score per the algorithm, then call get_tuning. Tests: mbti (OEJTS, 32 items, ~5 min), enneagram (OEPS, 36, ~5 min), disc (ODAT, 16, ~3 min), attachment (ECR-R, 36, ~5 min), big-five (IPIP-50, 50, ~7 min → maps to ocean files).
Parameters (1)
- teststringrequired
Which test instrument.
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"agenttune": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://agent-tune.com/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.