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.
FIBER_API_URLBase URL of the FIBER deployment (e.g., https://api.fiber.ac or http://localhost:8000 for self-hosted).
FIBER_API_KEYrequiredsecretBearer token for the FIBER API. Role determines which tools work: viewer (24 read tools), operator (+write), admin (all).
FIBER_ENABLE_WRITESet 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_TIMEOUTPer-request HTTP timeout in seconds. Increase if running Digital Twin Monte Carlo with iterations>1000.
{
"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>"
}
}
}
}{
"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>"
}
}
}
}{
"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>"
}
}
}
}{
"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 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-mcpRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.