emotionsin_ai_mcp
Verified Safeby RegCoding
Overview
Integrates emotional profiles from Emotionsin.ai into LLM-driven chatbots to enable personalized and emotionally intelligent AI agents.
Installation
docker run -p 3000:3000 emotionin-mcp-serverEnvironment Variables
- HTTP_TIMEOUT
- REQUIRE_API_KEY
- MCP_API_KEY
- EMOTIONSIN_BACKEND
- PORT
Security Notes
The server retrieves persona data, including a 'prompt' string, from an external Emotionsin.ai backend. While the code itself doesn't have obvious vulnerabilities (e.g., no 'eval', no hardcoded secrets, environment variable usage for configuration), a compromise of the Emotionsin.ai backend could potentially allow malicious prompts to be injected into the LLM via this server. This is an inherent trust dependency of the system's design. An optional API key guard is implemented, read from environment variables.
Similar Servers
line-bot-mcp-server
Facilitates automated interactions and rich menu management for LINE Official Accounts by integrating AI agents via the Model Context Protocol.
agentor
Deploy scalable AI agents with tool integrations (weather, email, GitHub, etc.) and support for A2A and MCP communication protocols.
mcp-rubber-duck
Acts as an MCP (Model Context Protocol) server to bridge and orchestrate multiple OpenAI-compatible LLMs, enabling multi-agent collaboration (voting, judging, debates, iterative refinement) and controlled access to external MCP tools.
mcp-servers
An MCP server for fetching, cleaning, and intelligently extracting content from web pages, designed for agent-building frameworks.