fiber for Grok
io.github.liveplex-cpu/fiber
Optical ops MCP for AI DCs — gNMI, ML RUL, Digital Twin, NCCL, SPARQL semantic
client:Grok
transport:stdio
runtime:pypi
Install fiber in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"fiber": {
"type": "stdio",
"command": "uvx",
"args": [
"fiber-mcp"
],
"env": {
"FIBER_API_URL": "<FIBER_API_URL>",
"FIBER_API_KEY": "<FIBER_API_KEY>",
"FIBER_ENABLE_WRITE": "<FIBER_ENABLE_WRITE>",
"FIBER_MCP_TOOLS_ALLOWLIST": "<FIBER_MCP_TOOLS_ALLOWLIST>",
"FIBER_HTTP_TIMEOUT": "<FIBER_HTTP_TIMEOUT>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs