PluginBench
MCP Server

io.github.liveplex-cpu/fiber MCP Server

io.github.liveplex-cpu/fiber

What is the io.github.liveplex-cpu/fiber MCP server?

Optical ops MCP for AI DCs — gNMI, ML RUL, Digital Twin, NCCL, SPARQL semantic

How to install io.github.liveplex-cpu/fiber

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • FIBER_API_URL

    Base URL of the FIBER deployment (e.g., https://api.fiber.ac or http://localhost:8000 for self-hosted).

  • FIBER_API_KEY
    required
    secret

    Bearer token for the FIBER API. Role determines which tools work: viewer (24 read tools), operator (+write), admin (all).

  • FIBER_ENABLE_WRITE

    Set to 1 to expose write tools: demo trigger, NCCL ingest, RMA create. Defaults to read-only for safety.

  • FIBER_MCP_TOOLS_ALLOWLIST

    (v1.0.2) Optional CSV of tool names. When set, only these tools are exposed — letting operators scope autonomous agents to a minimum surface (e.g. 'fiber_health,fiber_cluster_overview,fiber_list_alerts'). Empty = all tools exposed (default).

  • FIBER_HTTP_TIMEOUT

    Per-request HTTP timeout in seconds. Increase if running Digital Twin Monte Carlo with iterations>1000.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "fiber": {
      "command": "python",
      "args": [
        "fiber-mcp"
      ],
      "env": {
        "FIBER_API_URL": "<YOUR_FIBER_API_URL>",
        "FIBER_API_KEY": "<YOUR_FIBER_API_KEY>",
        "FIBER_ENABLE_WRITE": "<YOUR_FIBER_ENABLE_WRITE>",
        "FIBER_MCP_TOOLS_ALLOWLIST": "<YOUR_FIBER_MCP_TOOLS_ALLOWLIST>",
        "FIBER_HTTP_TIMEOUT": "<YOUR_FIBER_HTTP_TIMEOUT>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "fiber": {
      "command": "python",
      "args": [
        "fiber-mcp"
      ],
      "env": {
        "FIBER_API_URL": "<YOUR_FIBER_API_URL>",
        "FIBER_API_KEY": "<YOUR_FIBER_API_KEY>",
        "FIBER_ENABLE_WRITE": "<YOUR_FIBER_ENABLE_WRITE>",
        "FIBER_MCP_TOOLS_ALLOWLIST": "<YOUR_FIBER_MCP_TOOLS_ALLOWLIST>",
        "FIBER_HTTP_TIMEOUT": "<YOUR_FIBER_HTTP_TIMEOUT>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "fiber": {
      "command": "python",
      "args": [
        "fiber-mcp"
      ],
      "env": {
        "FIBER_API_URL": "<YOUR_FIBER_API_URL>",
        "FIBER_API_KEY": "<YOUR_FIBER_API_KEY>",
        "FIBER_ENABLE_WRITE": "<YOUR_FIBER_ENABLE_WRITE>",
        "FIBER_MCP_TOOLS_ALLOWLIST": "<YOUR_FIBER_MCP_TOOLS_ALLOWLIST>",
        "FIBER_HTTP_TIMEOUT": "<YOUR_FIBER_HTTP_TIMEOUT>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "fiber": {
      "type": "stdio",
      "command": "python",
      "args": [
        "fiber-mcp"
      ],
      "env": {
        "FIBER_API_URL": "<YOUR_FIBER_API_URL>",
        "FIBER_API_KEY": "<YOUR_FIBER_API_KEY>",
        "FIBER_ENABLE_WRITE": "<YOUR_FIBER_ENABLE_WRITE>",
        "FIBER_MCP_TOOLS_ALLOWLIST": "<YOUR_FIBER_MCP_TOOLS_ALLOWLIST>",
        "FIBER_HTTP_TIMEOUT": "<YOUR_FIBER_HTTP_TIMEOUT>"
      }
    }
  }
}
Claude Code
claude mcp add fiber --env FIBER_API_URL=<YOUR_FIBER_API_URL> --env FIBER_API_KEY=<YOUR_FIBER_API_KEY> --env FIBER_ENABLE_WRITE=<YOUR_FIBER_ENABLE_WRITE> --env FIBER_MCP_TOOLS_ALLOWLIST=<YOUR_FIBER_MCP_TOOLS_ALLOWLIST> --env FIBER_HTTP_TIMEOUT=<YOUR_FIBER_HTTP_TIMEOUT> -- python fiber-mcp

Related MCP servers

Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.

67k
Python
BSD-3-Clause
View repository →

Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.

45k
TypeScript
Apache-2.0
View repository →

Let AI agents manage your Puter files, websites, and serverless workers over MCP.

43k
TypeScript
AGPL-3.0
View repository →

Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.

37k
TypeScript
Apache-2.0
View repository →

Run arbitrary shell commands from an MCP-connected AI agent.

37k
TypeScript
Apache-2.0
View repository →

Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.

37k
TypeScript
Apache-2.0
View repository →