Tangerine
An MCP server for Tangerine, the Convo AI assistant backend.
tangerine-mcp
MCP server for Tangerine (Convo AI assistant backend): https://github.com/RedHatInsights/tangerine-backend
Running with Podman or Docker
You can run the tangerine-mcp server in a container using Podman or Docker. Make sure you have a valid OpenShift token:
Example configuration for running with Podman:
{
"mcpServers": {
"tangerine": {
"command": "podman",
"args": [
"run",
"-i",
"--rm",
"-e", "TANGERINE_URL",
"-e", "TANGERINE_TOKEN",
"-e", "MCP_TRANSPORT",
"quay.io/maorfr/tangerine-mcp:latest"
],
"env": {
"TANGERINE_URL": "https://tangerine.example.com",
"TANGERINE_TOKEN": "REDACTED",
"MCP_TRANSPORT": "stdio"
}
}
}
}
Replace REDACTED with the OpenShift token.
Serveurs connexes
Perplexity Chat
A Python-based server for the Perplexity API that manages chat history and conversations.
WebRTC MCP Chat Server
A remote WebRTC chat server with secure temporary rooms and MCP support for background agents.
Chatterbox TTS
Generates text-to-speech audio with automatic playback using the Chatterbox TTS model.
IMAP MCP
An IMAP Model Context Protocol (MCP) server to expose IMAP operations as tools for AI assistants.
Hacker News MCP Server
Integrate real-time Hacker News data and discussions into your applications and workflows.
Lara Translate
Translate text with language detection, context-awareness, and translation memories using the Lara Translate API.
Human-In-the-Loop MCP Server
Enables AI assistants to interact with humans through GUI dialogs for input, choices, and confirmations.
Apple Notifier
Send native macOS notifications and interact with system dialogs.
Beyond MCP Server
Provides standardized access to social platform and onchain data using the Neynar API.
MCP Mail
Perform actions with your GMail account using the GMail API.