Skip to content

streamshub/streamshub-mcp

Repository files navigation

StreamsHub MCP

Build Release License Java

Warning

This project is in early alpha and under active development. APIs, tool definitions, and configuration may change without notice.

StreamsHub MCP provides Model Context Protocol (MCP) servers that give AI assistants direct access to Kubernetes-based streaming infrastructure. Each component of your streaming stack gets its own MCP server that can be deployed independently.

Works with any MCP-compatible client including Claude Code, Claude Desktop, VS Code, Copilot, and more.

MCP servers

Server Description
Strimzi MCP Manage and troubleshoot Strimzi-managed Kafka clusters on Kubernetes

Key capabilities

StreamsHub MCP servers leverage the full MCP specification:

  • Prompt templates -- Structured diagnostic workflows that guide the LLM step-by-step through complex troubleshooting
  • Resource templates -- Live cluster state exposed as structured context that clients can attach directly to conversations
  • Resource subscriptions -- Kubernetes watches that push real-time notifications when cluster state changes
  • Completions -- Dynamic autocomplete for parameters (namespaces, cluster names, topics) powered by live Kubernetes queries
  • Progress and cancellation -- Long-running operations report progress and support mid-operation cancellation

Getting started

See the getting started guide for a quick setup.

For server-specific documentation, see the README in each server directory.

Documentation

Documentation is available in the docs/ directory:

Development

./mvnw compile              # Compile all modules (includes checkstyle)
./mvnw test                 # Run unit tests
./mvnw verify -Psystemtest  # Run system tests (requires Kubernetes cluster)

For more details:

Built with

License

Apache License 2.0

About

MCP servers for Kubernetes-based streaming platforms — read-only, structured access to infrastructure for LLM-driven diagnostics

Topics

Resources

License

Contributing

Stars

Watchers

Forks

Packages

 
 
 

Contributors