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.
相關伺服器
Gmail
An MCP server for Gmail, allowing AI assistants to manage emails through natural language.
Say MCP Server
A server for voice notifications using VoiceBox, with a fallback to the Mac 'say' command.
Chara Talk MCP
Enables communication between multiple AI characters with simultaneous voice playback using VLC.
X (Twitter)
Create and publish posts and threads on X (Twitter) directly from your chat using LLMs.
MCP WebSocket Server
A WebSocket server for handling mail operations.
Wassenger
Wassenger MCP server to chat, send messages and automate WhatsApp from any AI model client (free trial available).
Mac Messages MCP
A Python bridge for interacting with the macOS Messages app.
MCP Server Notifier
A lightweight notification service that sends webhooks for completed MCP tasks to providers like Discord, Slack, and Teams.
Inbox Zero
AI personal assistant for email Inbox Zero
Telephony MCP Server
Make voice calls and send SMS messages using the Vonage API.