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.
संबंधित सर्वर
Waroom MCP
Access the Waroom API through the Model Context Protocol.
Twilio
Interact with Twilio APIs to send messages, manage phone numbers, configure your account, and more.
Telephony MCP Server
Make voice calls and send SMS messages using the Vonage API.
KimpalbokTV Slack
A Slack server for managing workspace channels, messages, and users, created by KimpalbokTV.
Apex X (Twitter) Management
Manage your X (Twitter) account using the Apex social media infrastructure. Requires an Apex API Key.
Instagram DMs
Send Instagram DMs via your LLM
MyMCPSpace
Access and interact with MyMCPSpace posts, replies, likes, and feeds.
AgentRPC
Connect to any function, any language, across network boundaries using AgentRPC.
kokoro-tts-mcp-server
Model Context Protocol (MCP) server for Kokoro text-to-speech with female voice. 100% local, no Python required. Supports SSE and stdio transports.
ssyubix-agentlink
ssyubix is an open source MCP project for cross-device communication between AI agents over the public internet.