inoyu-mcp-unomi-server
If you are the rightful owner of inoyu-mcp-unomi-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A Model Context Protocol server enabling Claude to maintain user context through Apache Unomi profile management.
The Inoyu Apache Unomi MCP Server is a Model Context Protocol server designed to enable Claude to maintain user context through Apache Unomi's profile management system. This server allows for user recognition across conversations using email or profile ID, ensuring consistent user context between sessions. It supports profile lookup and creation, profile property management, and basic session handling. The server integrates seamlessly with Claude Desktop, providing automatic session management and scope-based context isolation. It is an early implementation intended for demonstration purposes and is not yet validated for production use. The server requires a running Apache Unomi server, Claude Desktop installation, and proper security configuration. It uses environment variables for configuration and supports profile resolution through email lookup or fallback profile ID. The server also manages scopes automatically, creating them as needed for profile operations.
Features
- Profile Access: Email-based profile lookup with automatic creation, profile properties, segments, and scores access, JSON format for all data exchange, automatic session management with date-based IDs.
- Tools: Includes tools like get_my_profile, update_my_profile, get_profile, search_profiles, and create_scope for managing profiles and scopes.
- Scope Management: Automatic management of scopes with default and custom scopes, ensuring required scopes exist and are created automatically if missing.
Tools
get_my_profile
Get your profile using environment variables, with options to include segment and scoring information.
update_my_profile
Update properties of your profile using a properties object with key-value pairs.
get_profile
Retrieve a specific profile by ID, returning full profile data from Unomi.
search_profiles
Search for profiles using a query string and optional limit/offset parameters.
create_scope
Create a new Unomi scope with a scope identifier and optional name/description.