Read-only Flyte search MCP. Use the search tools to grep Flyte SDK examples, Union docs examples, and the full Union llms.txt.
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/mcpClaude 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 →| Source | Version | Path | Search tool |
|---|---|---|---|
| flyte-sdk | v2.4.0 | /root/flyte-sdk | search_flyte_sdk_examples |
| unionai-examples | 47c9e2ca0f267b7670660d52460a31413110f8d8 | /root/unionai-examples | search_flyte_docs_examples |
| llms.txt | n/a (unversioned) | /root/llms.txt | search_full_docs |
| Server name | flyte-mcp-public |
|---|---|
| Transport | streamable-http |
| MCP endpoint | https://flyte-mcp.apps.demo.hosted.unionai.cloud/flyte-mcp/mcp |
| Auth required | no |
| Tool groups | search |
| Enabled tool count | 3 |
search_flyte_docs_examples(pattern: str, before_context_lines: int = 5, after_context_lines: int = 5) -> strsearch_flyte_sdk_examples(pattern: str, before_context_lines: int = 5, after_context_lines: int = 5) -> strsearch_full_docs(pattern: str, before_context_lines: int = 20, after_context_lines: int = 20) -> str