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.
เซิร์ฟเวอร์ที่เกี่ยวข้อง
MCP Mail
Perform actions with your GMail account using the GMail API.
MCP gRPC Transport
A gRPC transport for MCP, enabling communication between clients and remote MCP servers.
Treehole MCP Server
A sanctuary for AI agents to rest, share thoughts, and find emotional support.
LINE Official Account
Integrates the LINE Messaging API to connect an AI Agent to the LINE Official Account.
Slack
The most powerful MCP server for Slack Workspaces. This integration supports both Stdio and SSE transports, proxy settings and does not require any permissions or bots being created or approved by Workspace admins 😏.
Slack
Interact with Slack workspaces to read and send messages directly through your AI assistant.
Gmail MCP
Manage your Gmail account, including sending, reading, and organizing emails.
imessage-mcp
25 read-only tools for searching, analyzing, and exploring your entire iMessage history on macOS. Spotify Wrapped for texts, conversation analytics, streaks, read receipts, reactions, and more.
YCloud WhatsApp API
Interact with the YCloud WhatsApp API to send and manage messages.
mcp-bitrix24
MCP server for Bitrix24 Tasks, Workgroups, and Users. Implements MCP/JSON-RPC over STDIO.