flyte-mcp-public

Read-only Flyte search MCP. Use the search tools to grep Flyte SDK examples, Union docs examples, and the full Union llms.txt.

How to connect

This server is public (no auth required). Examples use the remote streamable-http endpoint.

claude mcp add --transport http flyte-mcp-public https://flyte-mcp.apps.demo.hosted.unionai.cloud/flyte-mcp/mcp
Claude Code MCP docs →
# ~/.codex/config.toml
[mcp_servers.flyte-mcp-public]
url = "https://flyte-mcp.apps.demo.hosted.unionai.cloud/flyte-mcp/mcp"
Codex CLI MCP docs →
// ~/.cursor/mcp.json
{
  "mcpServers": {
    "flyte-mcp-public": {
      "url": "https://flyte-mcp.apps.demo.hosted.unionai.cloud/flyte-mcp/mcp"
    }
  }
}
Cursor MCP docs →
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "flyte-mcp-public": {
      "type": "remote",
      "url": "https://flyte-mcp.apps.demo.hosted.unionai.cloud/flyte-mcp/mcp",
      "enabled": true
    }
  }
}
OpenCode MCP docs →

Data sources

SourceVersionPathSearch tool
flyte-sdkv2.4.0/root/flyte-sdksearch_flyte_sdk_examples
unionai-examples47c9e2ca0f267b7670660d52460a31413110f8d8/root/unionai-examplessearch_flyte_docs_examples
llms.txtn/a (unversioned)/root/llms.txtsearch_full_docs

MCP configuration

Server nameflyte-mcp-public
Transportstreamable-http
MCP endpointhttps://flyte-mcp.apps.demo.hosted.unionai.cloud/flyte-mcp/mcp
Auth requiredno
Tool groupssearch
Enabled tool count3

Enabled tools