fiber for Cursor
io.github.liveplex-cpu/fiber
Optical ops MCP for AI DCs — gNMI, ML RUL, Digital Twin, NCCL, SPARQL semantic
client:Cursor
transport:stdio
runtime:pypi
Install fiber in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"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>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs