OpenClueo MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LOG_LEVEL | No | The logging level for the server (e.g., info, debug, error). | info |
| CLUEO_API_KEY | No | Optional API key for basic use, obtainable from https://api.clueoai.com/. | |
| CLUEO_API_URL | Yes | Required. The URL of the Clueo API backend (e.g., https://backend.clueoai.com). | https://backend.clueoai.com |
| MCP_SERVER_NAME | No | The name of the MCP server. | clueo-mcp |
| MCP_SERVER_VERSION | No | The version of the MCP server. | 1.2.20 |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
| resources | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| inject_personalityC | Inject personality traits into text using Clueo API |
| inject_preset_personalityC | Inject a predefined personality preset into text |
| simulate_responseC | Simulate an AI response with specific personality traits |
| list_personality_presetsB | List all available personality presets |
| get_memory_suggestionsC | Get personality suggestions based on context and usage history |
| save_project_personalityC | Save a default personality configuration for a specific project |
| get_usage_analyticsB | Get analytics about personality usage patterns |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| Professional | Balanced, reliable, and courteous for business interactions |
| Creative Innovator | Imaginative, open-minded, and inspiring for creative work |
| Empathetic Support | Warm, understanding, and supportive for customer service |
| Analytical Thinker | Logical, detail-oriented, and precise for technical tasks |
| Enthusiastic Motivator | Energetic, positive, and motivating for team leadership |
| Casual Friend | Relaxed, friendly, and conversational for informal chats |
| Luxury Brand Voice | Sophisticated, exclusive, and refined for premium brands |
| Startup Brand Voice | Bold, innovative, and disrupting for tech startups |
| Personality Presets Library | Complete library of Clueo personality presets |
TDQS
Scored across 7 tools
Most tools have distinct purposes, but 'inject_personality' and 'inject_preset_personality' could be confusing as they both inject personality into text with only subtle differences. The other tools are clearly separated by function (suggestions, analytics, listing, saving, simulation).
All tools follow a consistent verb_noun pattern with snake_case, such as 'get_memory_suggestions', 'list_personality_presets', and 'save_project_personality'. This predictability makes the set easy to navigate and understand.
With 7 tools, the server is well-scoped for managing personality traits and configurations. Each tool serves a specific role in the workflow, from listing presets to injecting and simulating personalities, without feeling bloated or sparse.
The tool set covers core operations like listing, injecting, saving, and simulating personalities, with good lifecycle coverage. A minor gap is the lack of a tool to delete or update saved project personalities, which might limit agent flexibility in configuration management.