five-mcp
five-mcp
MCP server for the FIVE Persona Engine — an LLM persona constraint engine that generates structured JSON constraints to eliminate persona drift. Instead of describing personality in words (which LLMs interpret differently each turn), FIVE defines behavioral parameters the LLM executes as a recipe. See how it works →
Measured: with the constraint JSON + free harness, the demo character survived a 120-turn pressure test with zero persona breaks (plain prompt: 8 breaks; JSON alone: 1). Numbers, transcripts and scripts →
Free — no API key, no account.
Quick Start
Install
pip install five-mcpUse with Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"five-character-engine": {
"command": "five-mcp"
}
}
}That's it — no environment variables needed.
Use with other MCP clients
Any MCP-compatible client can connect via stdio transport:
five-mcpRelated MCP server: CSL-Core
Tool: generate
Generates persona constraints via the FIVE engine.
Parameters
Parameter | Type | Required | Description |
| string | Yes | Name of the character |
| A / B / C / D | Yes | Personality axis choices |
| 1–5 | No | Style sliders (default: 3) |
| string | No | Free-form description |
Response
{
"status": "ok",
"constraint": { "..." }
}Rate limits
The API is free. To keep it available to everyone, a light per-IP limit applies: 10 requests/min, 200 requests/day. The free host may cold-start, so the first call can take up to a minute.
Links
API & Docs: fiveengine.dev
GitHub: github.com/kiro0x/five-mcp
Design philosophy & examples: five-character-engine README
Measured evaluation (120-turn drift test): five-character-engine eval/
Engine repo: github.com/kiro0x/five-character-engine
License
MIT
mcp-name: io.github.kiro0x/five-mcp
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- AlicenseBqualityDmaintenanceProvides a universal AI personality layer that uses a scientifically-backed Big Five engine to apply consistent character traits and brand voices across MCP-compatible platforms. It allows users to inject custom personality profiles or presets into AI interactions to ensure behavioral consistency.Last updated73075MIT
- AlicenseAqualityBmaintenanceDeterministic AI safety policy engine with Z3 formal verification. Write, verify, simulate, and enforce machine-verifiable safety constraints for AI agents. Completely outside the LLM.Last updated615Apache 2.0
- Alicense-qualityDmaintenancePersistent decision memory and contradiction detection for AI coding agents. Enforces architectural consistency across sessions — the agent cannot code until it loads prior decisions. Human resolves conflicts on a dashboard or in chat.Last updated1MIT
- Alicense-qualityCmaintenanceIdentity infrastructure for AI agents. Gives agents an evolving persona, session continuity, and self-correcting retrieval so they stop being strangers. Local-first, model-agnostic.Last updated8AGPL 3.0
Related MCP Connectors
A personal RAG database you build from chat, so AI creates work that sounds like you.
Persistent AI entity framework with causal memory, emotional state, and identity.
Sovereign Agent OS — Persistent Memory, Governance & Compliance for AI Agents.
Appeared in Searches
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/kiro0x/five-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server