mcp-server-emojikey
@identimoji
关于 mcp-server-emojikey
MCP Server for emojikey.io ... save your unique relationship state and interaction style with your favorite LLM
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"emojikey": {
"command": "npx",
"args": [
"-y",
"@identimoji/mcp-server-emojikey"
],
"env": {
"EMOJIKEYIO_API_KEY": "",
"MODEL_ID": "",
"CODE_MODE": ""
}
}
}
}工具
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
概览
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.
其他 分类下的更多 MCP 服务器

EverArt
modelcontextprotocolModel Context Protocol Servers
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
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.
Blender
ahujasidOpen-source MCP to use Blender with any LLM
评论