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.
相關伺服器
Bark MCP Server
Send iOS push notifications using the Bark app.
Gmail
Provides comprehensive integration with Gmail for reading, searching, and sending emails.
CData Email Server
A read-only MCP server for querying live email data using the CData JDBC Driver.
Gmail MCP Server
Send emails with attachments through Gmail's SMTP server using AI agents.
BGG MCP
BGG MCP enables AI tools to interact with the BoardGameGeek API.
MCP Telegram Server
An MCP server for interacting with Telegram. It allows searching, sending messages, and managing chats using the Telegram API.
ChatGPT
An MCP server to interact with OpenAI's ChatGPT API for conversational AI and text generation.
aiogram-mcp
MCP server for Telegram bots built with aiogram. 30 tools, 7 resources, 3 prompts — messaging, rich media, moderation, interactive keyboards, real-time event streaming, rate limiting, permissions, and audit logging.
YAGMS
An MCP server for interacting with the Gmail API, enabling email management.
AskMeMCP
Enables AI assistants to request human input through a web interface, facilitating human-in-the-loop interactions.