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.
관련 서버
Whissle MCP Server
Access Whissle API for speech-to-text, diarization, translation, and text summarization.
MCP Claude Hacker News
Interact with Hacker News through the Model Context Protocol (MCP), designed for Claude Desktop.
WhatsApp
Search, read, and send WhatsApp messages and contacts. Requires a local Go WhatsApp bridge.
Webhooks MCP
Send HTTP requests to webhooks with dynamic parameters.
ChatSum
Summarize chat messages from a local database file.
MCP Intercom Server
Provides access to Intercom conversations and chats. Requires an Intercom API key.
Activitysmith
This MCP server exposes ActivitySmith notifications and live activity tools.
Smartlead
Manage Smartlead campaigns, including creation, updates, and sequence management, using the Smartlead API.
LinkedIn Post Generator
Generates professional LinkedIn post drafts from YouTube videos by summarizing their content.
RabbitMQ MCP Go
A Go-based MCP server for integrating with the RabbitMQ message broker.