-
Notifications
You must be signed in to change notification settings - Fork 122
Open
Labels
kubernetesItems related to KubernetesItems related to Kubernetes
Description
The MCP Registry is a
community driven registry service for Model Context Protocol (MCP) servers.
The Kubernetes operator could define an MCPRegistry
resource to expose all the deployed MCPServer
's using the same reference schema, to simplify the integration with clients adhering to the MCP standard.
Also, configurable labels or namespace filters could be used to define multiple registries in the same cluster.
Implementation Notes
The reference implementation fetches the server data from a MongoDB
instance.
If we populate the registry collection with data generated from each deployed (and undeployed) server, we could reuse the implementation as-is and just plug the database connection.
Metadata
Metadata
Assignees
Labels
kubernetesItems related to KubernetesItems related to Kubernetes