Hosted MCP
Fluxtail hosts a remote MCP server at:
https://mcp.fluxtail.io/mcpNo 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.
Connect a client
Section titled “Connect a client”Codex CLI
Section titled “Codex CLI”codex mcp add fluxtail --url https://mcp.fluxtail.io/mcpcodex mcp login fluxtailClaude Code
Section titled “Claude Code”claude mcp add --transport http fluxtail --scope user https://mcp.fluxtail.io/mcpclaude mcp login fluxtailGemini CLI
Section titled “Gemini CLI”gemini mcp add --transport http --scope user fluxtail https://mcp.fluxtail.io/mcpThen run /mcp auth fluxtail.
VS Code with Copilot
Section titled “VS Code with Copilot”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.
Verify
Section titled “Verify”Ask the client to run whoami, then list_streams. Confirm the returned account is the one you approved.
What the tools can do
Section titled “What the tools can do”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.
Manage access
Section titled “Manage access”Open Settings → Integrations to list and revoke connections for the active account. Revocation removes that client’s access; it must authorize again before returning.