Self-Hosted Registry Header Configuration #1412
Replies: 1 comment 1 reply
|
Short answer: no — not in this repo, because there's nothing to configure. This project is currently API-only; it doesn't ship a web frontend at all. In So the "Official MCP Registry / Discover Model Context Protocol servers / GitHub | Docs | API Reference" text you're seeing in the linked GitHub Copilot docs is rendered by GitHub's own Copilot admin UI, not by your self-hosted registry instance — it's GitHub's client chrome around whatever registry endpoint you point it at, not something this codebase serves. What your self-hosted instance does expose is pure JSON API data (server list, |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Pre-submission Checklist
Question Category
Your Question
Is there a way to configure the title, blurb, and links when self-hosting a registry? We're looking to use this for GitHub Copilot as per the documentation linked below. The pieces we're curious about are located here:
GH Docs: https://docs.github.com/en/copilot/how-tos/administer-copilot/manage-mcp-usage/configure-mcp-registry#option-1-self-hosting-an-mcp-registry
All reactions