You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Meta-mcp is supported in Kubernetes environment and can be deployed using Helm.
180
+
181
+
**Prerequisites:**
182
+
183
+
- Kubernetes cluster with ToolHive operator installed
184
+
- Helm 3.x installed
185
+
- Access to the `toolhive-system` namespace
186
+
- Cluster-admin privileges or permissions to create ClusterRoles and ClusterRoleBindings (only needed for initial installation; upgrades require fewer permissions if RBAC hasn't changed)
Version 0.0.8 is shown above, but other versions are available. You can browse all available versions on the [meta-mcp releases page](https://github.com/StacklokLabs/meta-mcp/releases) or list them using:
202
+
203
+
```bash
204
+
helm show chart oci://ghcr.io/stackloklabs/meta-mcp/meta-mcp --version 0.0.8
205
+
```
206
+
207
+
:::
208
+
209
+
This command will:
210
+
- Install meta-mcp in the `toolhive-system` namespace
211
+
- Create the necessary MCPServer custom resource
212
+
- Configure meta-mcp to work with the ToolHive operator
0 commit comments