mcpbeat Sign in

Fiber MCP Server

by liveplex-cpu Your server? Claim it
local only

Fiber runs on your own machine — the client starts it, so there is no endpoint to ping. 66 installs a week from pypi.

Optical ops MCP for AI DCs — gNMI, ML RUL, Digital Twin, NCCL, SPARQL semantic

The linked repository no longer exists on GitHub — it was deleted or made private.

Installs per day peak 26 · avg 10 · -20% w/w
a month agotoday
66
Installs / week
pypi · fiber-mcp
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

This one has been quiet for a while

Quiet is not dead — but it is worth knowing when it wakes up, or when someone else takes it over. We watch the repository and tell you either way.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add fiber -- uvx fiber-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "fiber": {
      "args": [
        "fiber-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.fiber]
command = "uvx"
args = ["fiber-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "fiber": {
      "args": [
        "fiber-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "fiber": {
      "args": [
        "fiber-mcp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: FIBER_API_URL (Base URL of the FIBER deployment (e.g., https://api.fiber.ac or http://localhost:8000 for self-hosted).), FIBER_API_KEY (Bearer token for the FIBER API. Role determines which tools work: viewer (24 read tools), operator (+write), admin (all).), FIBER_ENABLE_WRITE (Set 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_TIMEOUT (Per-request HTTP timeout in seconds. Increase if running Digital Twin Monte Carlo with iterations>1000.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Fiber

same job, measured the same way
Wordlift
by wordlift

Knowledge Graph, GraphQL, GS1 Digital Link and SEO tools for semantic content optimization.

answering
Agentic Commerce
by bosonprotocol

MCP server for Boson Protocol — on-chain agentic commerce for physical & digital goods.

63 tools answering
Apple TV MCP
by trevor-nichols

Local MCP server for semantic Apple TV control with optional screenshots.

local only
Prowlo — Reddit & X for AI agents
by prowlo

Reddit & X data for AI agents over MCP. Semantic search, hosted, no Reddit API.

49 tools answering
Defenter Proxy
by defenter-ai

Real-time semantic security for AI coding agents and MCP tools

122 installs/wk local only
Graphlens MCP
by neko1313

Semantic code graph MCP server for coding agents

162 installs/wk local only
GitHub Issue MCP
by sarim-aliii

AI-powered MCP server for generating GitHub issues and detecting semantic duplicates.

22 installs/wk local only
Sensegrep
by stahldavid

Semantic + structural code search MCP server for AI-native development.

35 installs/wk local only

Fiber — questions

Answers built from our own checks of this server.

Why is there no uptime for Fiber?
Fiber runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package fiber-mcp was installed 66 times last week.
Is Fiber still maintained?
The linked repository no longer exists on GitHub — it was deleted or made private. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect Fiber?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls fiber-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Fiber?
The pypi package fiber-mcp was installed 66 times in the last week. Week over week that is -20%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.