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.
Похожие серверы
1001SMS
1001SMS MCP Server helps developers give AI agents access to temporary phone numbers for account registrations, OTP verifications, SMS code receiving, and automated signup workflows. Easy integration for MCP-compatible tools and custom agents.
BlueSky
Access the BlueSky social network data via its official API.
MCP反馈收集器
An MCP server for collecting interactive user feedback through a graphical user interface.
YCloud WhatsApp API
Interact with the YCloud WhatsApp API to send and manage messages.
BGG MCP
BGG MCP enables AI tools to interact with the BoardGameGeek API.
X (Twitter)
Enhanced MCP server for Twitter/X with OAuth 2.0 support, v2 API media uploads, smart v1.1 fallbacks, and comprehensive rate limiting. Post tweets with text/media, search, and delete tweets programmatically.
Multi Chat MCP Server (Google Chat)
Connect AI assistants like Cursor to Google Chat and beyond — enabling smart, extensible collaboration across chat platforms.
AivisSpeech
A server for text-to-speech generation using the AivisSpeech engine.
mcp-instagram-dm
Read, send, search, and manage Instagram DMs through AI assistants via MCP. 15 tools, cookie-based auth, single dependency.
VRChat MCP OSC
A bridge between AI assistants and VRChat using MCP and OSC, enabling AI-driven avatar control and interactions in virtual reality.