mcp-server-emojikey
@identimoji
About mcp-server-emojikey
MCP Server for emojikey.io ... save your unique relationship state and interaction style with your favorite LLM
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"emojikey": {
"command": "npx",
"args": [
"-y",
"@identimoji/mcp-server-emojikey"
],
"env": {
"EMOJIKEYIO_API_KEY": "",
"MODEL_ID": "",
"CODE_MODE": ""
}
}
}
}Tools
5Get current emojikey at start of conversation
Retrieve current emojikey when requested
Create and store a new emojikey
Create a compressed superkey (after 10 regular emojikeys)
View previous emojikeys
Overview
What is mcp-server-emojikey?
mcp-server-emojikey is an MCP server that persists LLM relationship context as emoji-based memory keys, enabling Claude to maintain consistent interaction styles and remember relationship context across conversations. Emojikeys are stored online for cross-device use, and no user information other than the emojikeys is stored.
How to use mcp-server-emojikey?
Get an API key from emojikey.io, then configure Claude Desktop with the server command npx -y @identimoji/mcp-server-emojikey and set EMOJIKEYIO_API_KEY, MODEL_ID, and optionally CODE_MODE. First-time usage: tell Claude to "Set emojikey"; on subsequent conversations Claude automatically uses this key to maintain context.
Key features of mcp-server-emojikey
- Persists relationship context as emoji memory keys
- Online storage for cross-device and cross-application use
- Auto-initialization display with aggregated key history
- Coding context support with 10 programming dimensions
- Superkeys that compress multiple emojikeys into one
- Adjustable angle distribution for dimension balancing
Use cases of mcp-server-emojikey
- Maintaining consistent interaction style across separate Claude conversations
- Remembering relationship context across devices and applications
- Adapting Claude's programming approach using coding dimensions
- Preserving conversation history with superkeys after many interactions
- Tracking long-term relationship evolution via aggregated time-based keys
FAQ from mcp-server-emojikey
What is an emojikey?
An emojikey is an emoji-based memory key that stores LLM relationship context, allowing Claude to remember interaction styles and preferences across conversations.
How do I start using the server?
Install it via npx, add your API key from emojikey.io to the Claude Desktop config, and tell Claude "Set emojikey" on first use. Claude will then automatically use that key in future conversations.
Does the server store any personal information?
No, only the emojikeys are stored online. No user information beyond these keys is kept.
What environment variables are required?
You must set EMOJIKEYIO_API_KEY and MODEL_ID. Optionally set CODE_MODE to "true" to enable coding dimensions, or use custom Supabase credentials with SUPABASE_URL and SUPABASE_ANON_KEY.
What are coding dimensions and how do they work?
Coding dimensions are ten emoji-paired axes (e.g., ImplementationFocus, CodeScope) that track programming interaction patterns. They help Claude adapt its explanations and guidance to your coding style.
More Other MCP servers
FastMCP v2 π
jlowinπ The fast, Pythonic way to build MCP servers and clients.
ghidraMCP
LaurieWiredMCP Server for Ghidra
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale

EverArt
modelcontextprotocolModel Context Protocol Servers
Comments