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.
Serveurs connexes
SimpleChatJS
A lightweight AI chat application with MCP support, built with pure JavaScript and Node.js.
Integration App
Interact with any other SaaS applications on behalf of your customers.
Say MCP Server
A server for voice notifications using VoiceBox, with a fallback to the Mac 'say' command.
Bouyomi-chan MCP Server (Node.js)
A Node.js MCP server for the Japanese text-to-speech software Bouyomi-chan.
MultiMail
Email for AI agents. Send and receive as markdown with human oversight.
MisarMail
Full email marketing platform for AI assistants — 32 MCP tools for campaigns, contacts, automations, A/B testing, AI content, multi-channel messaging, deliverability monitoring, and analytics.
Gmail MCP server
A super simple and tiny MCP server for gmail in python
OpenAI Speech-to-Text
Transcribe audio files using OpenAI's Speech-to-Text API.
Email sending MCP
Sends emails using the Resend API. Requires a Resend API key.
NATS
An MCP server for integrating with the NATS messaging system.