Clueo
🎭 The Personality Layer for LLMs- Transform any MCP-compatible AI with rich, consistent personalities powered by Clueo's Big Five personality engine.
What is Clueo?
Clueo is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to 🎭 the personality layer for llms- transform any mcp-compatible ai with rich, consistent personalities powered by clueo's big five personality engine.
🎭 The Personality Layer for LLMs- Transform any MCP-compatible AI with rich, consistent personalities powered by Clueo's Big Five personality engine.
This server falls under the Knowledge & Memory category on MCPgee, the world's largest MCP server directory with 33,000+ servers.
Features
- 🎭 The Personality Layer for LLMs- Transform any MCP-compatib
Use Cases
Maintainer
Works with
Installation
Manual Installation
npx clueomcpConfiguration
Configuration Details
claude_desktop_config.json
Performance
Response Metrics
Resource Usage
How to Set Up and Use Clueo
ClueoMCP is a personality layer for MCP-compatible AI assistants, powered by Clueo's Big Five personality engine. It lets you inject consistent personality traits — openness, conscientiousness, extraversion, agreeableness, and neuroticism — into any LLM session, either by specifying exact scores or by applying named presets. This makes it practical for product teams building AI assistants with consistent brand personas, or researchers exploring how personality parameters affect response style.
Prerequisites
- Node.js 16 or later installed
- An MCP-compatible client such as Claude Desktop
- A Clueo API key from https://clueoai.com (required for CLUEO_API_KEY)
- The Clueo backend endpoint (default: https://backend.clueoai.com)
Install the package globally
Install the @openclueo/mcp package globally via npm so it is available as a command for your MCP client.
npm install -g @openclueo/mcpObtain a Clueo API key
Sign up at clueoai.com and create a project to receive your CLUEO_API_KEY. This key authenticates all personality injection requests.
Add to Claude Desktop configuration
Open your Claude Desktop config file and add the clueo-mcp entry, supplying your API key and the backend URL as environment variables.
{
"mcpServers": {
"clueo-mcp": {
"command": "npx",
"args": ["clueomcp"],
"env": {
"CLUEO_API_KEY": "your_clueo_api_key_here",
"CLUEO_API_URL": "https://backend.clueoai.com"
}
}
}
}Restart Claude Desktop
Fully quit and reopen Claude Desktop so the new MCP server is loaded and the Clueo tools become available in your session.
Test with a personality preset
In a Claude conversation, ask it to apply a personality preset to verify the server is connected and responding correctly.
Clueo Examples
Client configuration
Claude Desktop configuration for ClueoMCP with required environment variables.
{
"mcpServers": {
"clueo-mcp": {
"command": "npx",
"args": ["clueomcp"],
"env": {
"CLUEO_API_KEY": "your_clueo_api_key_here",
"CLUEO_API_URL": "https://backend.clueoai.com",
"LOG_LEVEL": "info"
}
}
}
}Prompts to try
Example prompts to explore personality injection and preset application via ClueoMCP.
- "Apply the 'professional' personality preset to this conversation."
- "Inject a personality with openness=9, conscientiousness=8, extraversion=4, agreeableness=7, neuroticism=3 and then greet the user."
- "Save the current personality settings as the default for this project."
- "Show me usage analytics for the personalities applied this week."
- "Simulate how someone with high agreeableness and low neuroticism would respond to a difficult customer complaint."Troubleshooting Clueo
Tools return 401 Unauthorized errors
Double-check that CLUEO_API_KEY is set correctly in the env block of your MCP config and that the key is active in your Clueo dashboard.
The server starts but no personality tools appear in Claude
Ensure you restarted Claude Desktop after editing the config file. Also confirm the JSON is valid — a missing comma or bracket will prevent the server from loading.
inject_personality returns validation errors on trait scores
Each Big Five trait must be an integer from 1 to 10. Scores outside this range or non-integer values will be rejected by the Clueo API.
Frequently Asked Questions about Clueo
What is Clueo?
Clueo is a Model Context Protocol (MCP) server that 🎭 the personality layer for llms- transform any mcp-compatible ai with rich, consistent personalities powered by clueo's big five personality engine. It connects AI assistants to external tools and data sources through a standardized interface.
How do I install Clueo?
Follow the installation instructions on the Clueo GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.
Which AI clients work with Clueo?
Clueo works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.
Is Clueo free to use?
Yes, Clueo is open source and available under the MIT license. You can use it freely in both personal and commercial projects.
Clueo Alternatives — Similar Knowledge & Memory Servers
Looking for alternatives to Clueo? Here are other popular knowledge & memory servers you can use with Claude, Cursor, and VS Code.
MemPalace
★ 52.6kA local AI memory system that stores all conversations verbatim and organizes them into navigable structures. It provides 19 MCP tools for AI assistants to search and retrieve past decisions, debugging sessions, and architecture debates automatically
Kratos
★ 25.7k🏛️ Memory System for AI Coding Tools - Never explain your codebase again. MCP server with perfect project isolation, 95.8% context accuracy, and the Four Pillars Framework.
Context Mode
★ 15.4kAn MCP server that preserves LLM context by intercepting large data outputs and returning only concise summaries or relevant sections. It enables efficient sandboxed code execution, file processing, and documentation indexing across multiple programm
Memu
★ 13.7kMemory for 24/7 proactive agents like OpenClaw.
MemOS
★ 9.3kMemOS (Memory Operating System) is a memory management operating system designed for AI applications. Its goal is: to enable your AI system to have long-term memory like a human, not only remembering what users have said but also actively invoking, u
Everos
★ 5.4kBuild, evaluate, and integrate long-term memory for self-evolving agents.
Browse More Knowledge & Memory MCP Servers
Explore all knowledge & memory servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.
Set Up Clueo in Your Editor
Choose your AI client for step-by-step setup instructions.
Quick Config Preview
Add this to your claude_desktop_config.json or .cursor/mcp.json
Ready to use Clueo?
Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.