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
Twilio SMS Server
Send SMS messages using the Twilio API. Functions as an MCP server or a standalone REST API.
Ntfy
An ntfy MCP server for sending/fetching ntfy notifications to your self-hosted ntfy server from AI Agents 📤 (supports secure token auth & more - use with npx or docker!)
Slack
Interact with Slack workspaces to read and send messages directly through your AI assistant.
Email Reader
Read, search, and manage emails from your inbox, including downloading attachments and listing folders.
Infobip MCP servers
Enables seamless integration with communication platform that allows you to reach your customers globally across any channel.
MCP Server SSH Client
A local MCP server that securely connects to remote servers over SSH, acting as a proxy for MCP commands.
WeChat Official Account MCP Server (Go)
A high-performance Go server for managing WeChat Official Accounts, supporting drafts, publishing, and material management.
Globalping
Network access with the ability to run commands like ping, traceroute, mtr, http, dns resolve.
Webhooks MCP
Send HTTP requests to webhooks with dynamic parameters.
Coreflux MQTT MCP Server
An MCP server that connects to a Coreflux MQTT broker, providing Coreflux and MQTT actions as tools for AI assistants.