Back to Home
Sikbik icon

fluxtools-skills-mcp

Verified Safe

by Sikbik

Overview

Provides an MCP (Model Context Protocol) server to expose Flux Cloud / FluxOS node API workflows as structured tools for AI agents.

Installation

Run Command
node dist/index.js

Environment Variables

  • FLUX_API_BASE_URL
  • FLUX_ZELIDAUTH
  • FLUX_HTTP_TIMEOUT_MS
  • FLUX_ENDPOINTS_PATH
  • FLUXDRIVE_MWS_BASE_URL
  • FLUX_MCP_RESOURCE_TTL_MS
  • FLUX_MCP_RESOURCE_MAX_ENTRIES

Security Notes

The server implements robust safety measures: mutating actions require explicit `confirm=true` or `allowMutation=true` arguments. The `flux_daemon_call` tool uses a strict read-only allowlist and parameter validation to prevent arbitrary RPC execution. Sensitive information is redacted in resource outputs. File upload tools include checks to prevent misuse via proxies. Authentication (`zelidauth`) is handled via environment variables or runtime configuration. The `flux_apps_exec` tool allows remote command execution on the target Flux node, but it is explicitly gated with `confirm=true` due to its high privilege.

Similar Servers

Stats

Interest Score37
Security Score9
Cost ClassLow
Avg Tokens500
Stars3
Forks0
Last Update2026-01-19

Tags

FluxOSNode.jsAPI ProxyMCPCloud