Skip to content
FluxtailDocs

Hosted MCP

Fluxtail hosts a remote MCP server at:

https://mcp.fluxtail.io/mcp

No local MCP server or copied API token is required. The client completes OAuth with PKCE, asks for account consent, and binds the connection to exactly one account.

Terminal window
codex mcp add fluxtail --url https://mcp.fluxtail.io/mcp
codex mcp login fluxtail
Terminal window
claude mcp add --transport http fluxtail --scope user https://mcp.fluxtail.io/mcp
claude mcp login fluxtail
Terminal window
gemini mcp add --transport http --scope user fluxtail https://mcp.fluxtail.io/mcp

Then run /mcp auth fluxtail.

Terminal window
code --add-mcp '{"name":"fluxtail","type":"http","url":"https://mcp.fluxtail.io/mcp"}'

Open Copilot Chat and start using Fluxtail. The client opens the normal browser login and consent flow when needed.

Ask the client to run whoami, then list_streams. Confirm the returned account is the one you approved.

Read tools identify the account, list streams and receivers, query logs, return histograms and facets, find exceptions, summarize errors, diagnose missing logs, check receiver health, and suggest sender setup.

Operator tools can create, update, or delete streams and create, update, or retire receivers. Mutations propose first and require a short-lived confirmation token before apply.

Open Settings → Integrations to list and revoke connections for the active account. Revocation removes that client’s access; it must authorize again before returning.