fiber
About
Optical ops MCP for AI DCs — gNMI, ML RUL, Digital Twin, NCCL, SPARQL semantic
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
FIBER_API_URL FIBER_API_KEY FIBER_ENABLE_WRITE FIBER_MCP_TOOLS_ALLOWLIST FIBER_HTTP_TIMEOUTClaude Code
claude mcp add --env FIBER_API_URL= --env FIBER_API_KEY= --env FIBER_ENABLE_WRITE= --env FIBER_MCP_TOOLS_ALLOWLIST= --env FIBER_HTTP_TIMEOUT= fiber -- uvx fiber-mcp
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"fiber","command":"uvx","args":["fiber-mcp"],"env":{"FIBER_API_URL":"","FIBER_API_KEY":"","FIBER_ENABLE_WRITE":"","FIBER_MCP_TOOLS_ALLOWLIST":"","FIBER_HTTP_TIMEOUT":""}}'
JSON
{
"mcpServers": {
"fiber": {
"command": "uvx",
"args": [
"fiber-mcp"
],
"env": {
"FIBER_API_URL": "",
"FIBER_API_KEY": "",
"FIBER_ENABLE_WRITE": "",
"FIBER_MCP_TOOLS_ALLOWLIST": "",
"FIBER_HTTP_TIMEOUT": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.