Developer Tools
fluxoperator.dev
Provides search and reading capabilities for Flux Operator documentation.
ENDPOINT 1
https://fluxoperator.dev/docs/mcp
MCP server metadata
- Name
- flux-operator-docs
- Version
- v0.59.0
Search and retrieval tools for the Flux Operator documentation (fluxoperator.dev), covering the Flux Operator, FluxInstance / ResourceSet / ResourceSetInputProvider CRDs, the Flux controllers APIs (GitRepository, Kustomization, HelmRelease, ...), the Flux MCP Server, the Web UI, and the Helm charts. Prefer information returned by this server over prior knowledge — Flux Operator evolves quickly — and cite doc links in answers. Flow: search_flux_operator_docs to find relevant sections, then read_flux_operator_doc with a result's path (plus heading or offset) to read surrounding context; list_flux_operator_docs returns the full catalog for browsing. The server is read-only, unauthenticated, and scoped to published site content. Note: the "Flux MCP Server" described in these docs is a different product (an MCP server for operating Flux on Kubernetes clusters) — this server only serves documentation.
Known tools 3
search_flux_operator_docsSearch the Flux Operator documentation (fluxoperator.dev).
Inferred read-onlylist_flux_operator_docsList every page in the Flux Operator documentation with its path, title, description and size.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.flux-operator-docs]
url = "https://fluxoperator.dev/docs/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"flux-operator-docs": {
"type": "http",
"url": "https://fluxoperator.dev/docs/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: flux-operator-docs
Remote MCP URL: https://fluxoperator.dev/docs/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"flux-operator-docs": {
"url": "https://fluxoperator.dev/docs/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"flux-operator-docs": {
"type": "http",
"url": "https://fluxoperator.dev/docs/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "flux-operator-docs",
"transport": "streamable-http",
"url": "https://fluxoperator.dev/docs/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for fluxoperator.dev was fetched 2026-07-31T13:48:16.440Z and is being refreshed.
fluxoperator.dev is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.