MCP servers for Kubernetes-based streaming platforms — read-only, structured access to infrastructure for LLM-driven diagnostics
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"streamshub-mcp": {
"command": "npx",
"args": [
"-y",
"streamshub/streamshub-mcp"
]
}
}
}
Run in terminal:
claude mcp add streamshub-mcp npx -y streamshub/streamshub-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"streamshub-mcp": {
"command": "npx",
"args": [
"-y",
"streamshub/streamshub-mcp"
]
}
}
}