MCP Catalogs
Home

ClueoMCP

by ClueoFoundation·74·Score 43

Universal AI personality layer using Big Five psychology model for consistent behavior across MCP-compatible platforms.

ai-llmdeveloper-toolsproductivity
17
Forks
1
Open issues
10 mo ago
Last commit
2d ago
Indexed

Overview

ClueoMCP transforms any MCP-compatible AI with rich, consistent personalities using a scientifically-backed Big Five personality engine. It provides patent-pending technology for applying personality traits before AI processing, ensuring consistent behavior across all platforms including Claude Desktop, Cursor, Windsurf, and VS Code. The server offers both preset personalities and custom trait injection on a 1-10 scale for each psychological dimension.

Try asking AI

After installing, here are 5 things you can ask your AI assistant:

you:Enterprise brand consistency across AI interactions
you:Creating context-aware AI personalities for different departments
you:Personal AI enhancement with project-specific personalities
you:What personality models does ClueoMCP use?
you:Which platforms are supported by ClueoMCP?

When to choose this

Choose ClueoMCP when you need consistent personality traits across multiple AI platforms and want scientific precision in personality control.

When NOT to choose this

Avoid ClueoMCP if you need open-source implementation without API dependencies or prefer free personality modulation without API key requirements.

Tools this server exposes

9 tools extracted from the README
  • inject_personality

    Apply custom Big Five personality traits to any text

  • inject_preset_personality

    Apply predefined personality presets to text

  • simulate_response

    Generate AI responses with specific personality traits

  • get_memory_suggestions

    Get personality suggestions based on context

  • save_project_personality

    Save project-specific personality settings

  • get_usage_analytics

    Retrieve usage analytics for personality patterns

  • inject_brand_personality

    Apply organization brand personality to text

  • validate_brand_compliance

    Validate text adherence to brand personality guidelines

  • deploy_brand_personality

    Deploy organization-wide personality settings

Comparable tools

character-x-mcppersonality-engine-mcpllm-personality

Installation

Installation

NPM Install (Recommended)

npm install -g @openclueo/mcp

Claude Desktop Configuration

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "clueo-mcp": {
      "command": "@openclueo/mcp",
      "env": {
        "CLUEO_API_URL": "https://backend.clueoai.com",
        "CLUEO_API_KEY": "your_api_key_here"
      }
    }
  }
}

FAQ

What personality models does ClueoMCP use?
ClueoMCP implements the scientifically-backed Big Five personality model with five dimensions: Openness, Conscientiousness, Extraversion, Agreeableness, and Neuroticism, each measured on a 1-10 scale.
Which platforms are supported by ClueoMCP?
ClueoMCP works with any MCP-compatible platform including Claude Desktop, Cursor, Windsurf, VS Code, and other AI tools that implement the Model Context Protocol.

Compare ClueoMCP with

GitHub →

Last updated · Auto-generated from public README + GitHub signals.