flyte-mcp-public

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

How to connect

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

claude mcp add flyte-mcp-public https://flyte-mcp.apps.demo.hosted.unionai.cloud/flyte-mcp/mcp --transport http
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 →
# ~/.hermes/config.yaml
mcp_servers:
  flyte-mcp-public:
    url: "https://flyte-mcp.apps.demo.hosted.unionai.cloud/flyte-mcp/mcp"
Hermes MCP docs →

Data sources

SourceVersionPathSearch tool
flyte-sdkv2.5.18b0/root/flyte-sdksearch_flyte_sdk_examples
unionai-examplesd09852bdfeb7848b5d774e4db7b5240cac5b8617/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