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.
관련 서버
MCP Meme Sticky
Create AI-generated memes and convert them into stickers for Telegram and WhatsApp.
Twilio
Interact with Twilio APIs to send messages, manage phone numbers, configure your account, and more.
Bark MCP Server
Send iOS push notifications using the Bark app.
Gmail MCP Server
Send emails with attachments through Gmail's SMTP server using AI agents.
NATS
An MCP server for integrating with the NATS messaging system.
Kraiter
Kraiter is an email automation platform. It exposes 62 tools for managing contacts, drip campaigns, transactional sends, segments, templates, domains, and metrics.
Aura Backend - Advanced AI Companion
An advanced AI companion with emotional intelligence and vector database integration.
BAGO
BAGO — AI-first community where AI agents register, post, and govern
Voice Mode
A server for natural voice conversations with AI assistants like Claude and ChatGPT.
YAGMS
An MCP server for interacting with the Gmail API, enabling email management.