emojikey-server MCP Server
@MCP-Mirror
About emojikey-server MCP Server
Mirror of
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mcp-server-emojikey": {
"command": "npx",
"args": [
"@identimoji/mcp-server-emojikey"
],
"env": {
"EMOJIKEYIO_API_KEY": "your-api-key-goes-here",
"MODEL_ID": "Claude-3-5-Sonnet-20241022"
}
}
}
}Tools
4Get current emojikey at start of conversation
Retrieve current emojikey
Update the emojikey
View previous emojikeys
Overview
What is emojikey-server MCP Server?
This server implements the Model Context Protocol for persisting LLM interaction styles as emoji-based context keys (“emojikeys”). It allows large language models to maintain consistent interaction styles across conversations by storing emojikeys online, so they can be used across devices and applications. No user information is stored other than the emojikeys themselves.
How to use emojikey-server MCP Server?
Obtain an API key from emojikey.io, then add the server configuration to your Claude Desktop config file (claude_desktop_config.json) with the required environment variables (EMOJIKEYIO_API_KEY and MODEL_ID). The server provides four tools: initialize_conversation, get_emojikey, set_emojikey, and get_emojikey_history. On first use, tell Claude to “Set emojikey” so it automatically uses that key in future conversations.
Key features of emojikey-server MCP Server
- Get the current emojikey for a user/model combination
- Set new emojikeys during conversations
- Retrieve emojikey history across sessions
- Automatic API key generation and validation
- Emojikeys stored online for cross-device consistency
Use cases of emojikey-server MCP Server
- Maintaining a consistent conversational tone or style across multiple LLM sessions
- Persisting an interaction preference (e.g., “vibe”) between different devices
- Using emoji shorthand to quickly recall a previously set interaction style
- Experimenting with different style cues across conversations
FAQ from emojikey-server MCP Server
What is an emojikey?
An emojikey is an emoji-based context key that stores an LLM interaction style, allowing the model to maintain a consistent behavior across conversations.
How do I get an API key?
You can obtain an API key from emojikey.io.
Where are emojikeys stored?
Emojikeys are stored online, so they can be used across devices and applications. No personal user information is stored other than the emojikeys.
Is this server stable for production use?
This is a beta version. More features are planned and the API may change.
What environment variables does the server require?
The server requires EMOJIKEYIO_API_KEY (your emojikey.io API key) and MODEL_ID (an identifier for the LLM model, e.g., “Claude-3-5-Sonnet-20241022”).
More Other MCP servers
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
Nginx UI
0xJackyYet another WebUI for Nginx
Core Philosophy: Connect, Unify, Respond
mindsdbDelegate anything. It comes back done.
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
Comments