Cerebras GHCP MCP Registry

A curated, allowlist-based mirror of the official MCP registry, exposing only servers approved for use inside Cerebras.

Endpoints

PathDescription
v0.1/servers Aggregated server listing (GitHub Copilot MCP registry contract).
v0.1/servers.json Same listing, explicit .json extension and application/json MIME.
v0.1/servers/<name>/versions/latest Latest version of a server (e.g. v0.1/servers/com.atlassian/atlassian-mcp-server/versions/latest).
v0.1/servers/<name>/versions/<version> Specific version of a server.

Allowlisted servers

NameVersionTransportNotes

Updating the allowlist

Edit registry/allowlist.json and run:

./registry/scripts/build.sh
git commit -am "registry: refresh"
git push origin pages

Source: Cerebras/ghcp-mcp-registry @ pages

Configure GitHub Copilot

Set the MCP registry URL for your organization or enterprise to:

https://cerebras.github.io/ghcp-mcp-registry/registry

Copilot will fetch /v0.1/servers from there and match installed server IDs exactly. See the GitHub docs.