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.
Related Servers
Voice Call MCP Server
Enables AI assistants to initiate and manage voice calls using Twilio and OpenAI.
Fastmail
Interact with Fastmail email, contacts, and calendar data using the Fastmail API.
NANDA AI Agent Sunday Hack
An MCP server integrating WhatsApp messaging and ElevenLabs AI voice capabilities into VS Code.
LnExchange MCP Node Service
A Node.js service for interacting with the LnExchange API for spot trading.
Beehiiv
Manage your Beehiiv newsletter by adding subscribers and fetching posts using natural language.
VOICEROID Daemon
A text-to-speech server for VOICEROID2 via the voiceroid_daemon.
PubNub
Access PubNub SDK documentation and API resources for real-time communication applications.
Telegram MCP Server
Interact with the Telegram messaging service to send and receive messages.
LINE Bot MCP Server
Connects an AI agent to a LINE Official Account using the LINE Messaging API.
LINE Official Account
Integrates the LINE Messaging API to connect an AI Agent to the LINE Official Account.