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.
関連サーバー
Slack
Interact with Slack workspaces to read and send messages directly through your AI assistant.
WeCom Bot
Sends various types of messages to a WeCom (WeChat Work) group robot.
Telephony MCP Server
Make voice calls and send SMS messages using the Vonage API.
Discord MCP Server
Enables AI assistants to send notifications and request user input through Discord.
WhatsApp MCP server by Kapso
WhatsApp Cloud API MCP server by Kapso
Apple Mail MCP
Fast MCP server for Apple Mail with batch JXA (87x faster) and FTS5 search index (700-3500x faster).
MultiMail
Email for AI agents. Send and receive as markdown with human oversight.
Smartlead
Manage Smartlead campaigns, including creation, updates, and sequence management, using the Smartlead API.
gotoolkits/wecombot
An MCP server application that sends various types of messages to the WeCom group robot.
Activitysmith
This MCP server exposes ActivitySmith notifications and live activity tools.