MCP Server
MCP
io.github.liveplex-cpu/fiber
Optical ops MCP for AI DCs — gNMI, ML RUL, Digital Twin, NCCL, SPARQL semantic
Install
uvx fiber-mcp
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "pypi",
"identifier": "fiber-mcp",
"version": "1.1.0",
"runtimeHint": "python",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Base URL of the FIBER deployment (e.g., https://api.fiber.ac or http://localhost:8000 for self-hosted).",
"format": "string",
"default": "https://api.fiber.ac",
"name": "FIBER_API_URL"
},
{
"description": "Bearer token for the FIBER API. Role determines which tools work: viewer (24 read tools), operator (+write), admin (all).",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "FIBER_API_KEY"
},
{
"description": "Set to 1 to expose write tools: demo trigger, NCCL ingest, RMA create. Defaults to read-only for safety.",
"format": "string",
"default": "0",
"name": "FIBER_ENABLE_WRITE"
},
{
"description": "(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).",
"format": "string",
"name": "FIBER_MCP_TOOLS_ALLOWLIST"
},
{
"description": "Per-request HTTP timeout in seconds. Increase if running Digital Twin Monte Carlo with iterations>1000.",
"format": "number",
"default": "30",
"name": "FIBER_HTTP_TIMEOUT"
}
]
}
]
}
mcp
model-context-protocol
pypi
By
Comments
Sign in to leave a comment