com.agent-tune/agenttune
com.agent-tune/agenttunePersonality tuning files for AI agents: 43 MIT-licensed tunings + 5 inline personality tests.
Tools · 3
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…
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 i…
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 …
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"com.agent-tune/agenttune": {
"url": "https://agent-tune.com/mcp",
"transport": "streamable-http"
}
}
}