sergehuber_inoyu-mcp-unomi-server
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. Users can store and retrieve preferences, manage multiple users, and maintain consistent user context. The server requires a running Apache Unomi server, Claude Desktop installation, network access to the Unomi server, and proper security configuration. Environment variables are used to configure the server, and it supports email-based profile lookup with automatic creation. The server is in early implementation and is intended for learning and experimentation.
Features
- {'name': 'Profile Access', 'description': '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.'}
- {'name': 'Tools', 'description': 'Includes tools like get_my_profile, update_my_profile, get_profile, search_profiles, and create_scope for managing profiles and scopes.'}
- {'name': 'Scope Management', 'description': 'Automatic management of scopes with default and custom scopes, ensuring context isolation and event tracking.'}
Usage with Different Platforms
Claude Desktop
{
"mcpServers": {
"unomi-server": {
"command": "npx",
"args": ["@inoyu/mcp-unomi-server"],
"env": {
"UNOMI_BASE_URL": "http://your-unomi-server:8181",
"UNOMI_USERNAME": "your-username",
"UNOMI_PASSWORD": "your-password",
"UNOMI_PROFILE_ID": "your-profile-id",
"UNOMI_KEY": "your-unomi-key",
"UNOMI_EMAIL": "your-email@example.com",
"UNOMI_SOURCE_ID": "claude-desktop"
}
}
}
}
Related MCP Servers
View all knowledge_and_memory servers →git-mcp
by idosal
GitMCP is a free, open-source, remote Model Context Protocol (MCP) server that transforms GitHub projects into documentation hubs, enabling AI tools to access up-to-date documentation and code.
Knowledge Graph Memory Server
by modelcontextprotocol
A basic implementation of persistent memory using a local knowledge graph, allowing Claude to remember information about the user across chats.
mcpdoc
by langchain-ai
MCP LLMS-TXT Documentation Server provides a structured way to manage and retrieve LLM documentation using the Model Context Protocol.
rust-docs-mcp-server
by Govcraft
The Rust Docs MCP Server provides an up-to-date knowledge source for specific Rust crates, enhancing the accuracy of AI coding assistants by allowing them to query current documentation.
mindmap-mcp-server
by YuChenSSR
A Model Context Protocol (MCP) server for converting Markdown content to interactive mindmaps.
algorand-mcp
by GoPlausible
This is a Model Context Protocol (MCP) implementation for Algorand blockchain interactions, providing a server package for blockchain interactions and a client package for wallet management and transaction signing.
mcp-obsidian
by MarkusPfundstein
MCP server to interact with Obsidian via the Local REST API community plugin.