trackmcp
Back to directory
redhat-community-ai-tools

tangerine-mcp

View on GitHub

MCP for tangerine

0 stars PythonOthers Updated Jun 26, 2025

Documentation

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:

json
{
  "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.

Frequently asked questions

What is tangerine-mcp?

tangerine-mcp is MCP for tangerine

How do I install tangerine-mcp?

Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.

Is tangerine-mcp open source?

Yes — it is hosted on GitHub at https://github.com/redhat-community-ai-tools/tangerine-mcp.

Related MCP tools

Run your own MCP server? See who uses it and what to fix.

Measure it with TrackMCP