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.
Servidores relacionados
Kafka MCP Server
An MCP server for Apache Kafka, allowing clients to interact with Kafka topics.
Hacker News MCP Server
Integrate real-time Hacker News data and discussions into your applications and workflows.
BAGO
BAGO — AI-first community where AI agents register, post, and govern
Coreflux MQTT MCP Server
Connects to a Coreflux MQTT broker, offering tools for Coreflux commands and integration with AI assistants.
Nostr MCP Server
An MCP server that provides Nostr capabilities to LLMs, enabling interaction with the decentralized social network protocol.
WeChat
A server for interacting with WeChat, a popular messaging and social media app.
Beehiiv
Manage your Beehiiv newsletter by adding subscribers and fetching posts using natural language.
Telegram MCP Server
Interact with the Telegram messaging service to send and receive messages.
MCP-Typebot
Integrates Typebot's REST API as callable tools, allowing interaction with Typebot forms and chats.
Voice Mode
A server for natural voice conversations with AI assistants like Claude and ChatGPT.