{"id":48959388,"url":"https://github.com/streamshub/streamshub-mcp","last_synced_at":"2026-04-18T01:09:33.833Z","repository":{"id":347359850,"uuid":"1144227511","full_name":"streamshub/streamshub-mcp","owner":"streamshub","description":"MCP servers for Kubernetes-based streaming platforms — read-only, structured access to infrastructure for LLM-driven diagnostics","archived":false,"fork":false,"pushed_at":"2026-04-14T11:00:54.000Z","size":689,"stargazers_count":0,"open_issues_count":2,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-14T12:24:39.693Z","etag":null,"topics":["devops","k8s","kafka","kubernetes","mcp","mcp-server","strimzi"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/streamshub.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-01-28T12:57:13.000Z","updated_at":"2026-04-13T12:17:20.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/streamshub/streamshub-mcp","commit_stats":null,"previous_names":["streamshub/streamshub-mcp"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/streamshub/streamshub-mcp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/streamshub%2Fstreamshub-mcp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/streamshub%2Fstreamshub-mcp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/streamshub%2Fstreamshub-mcp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/streamshub%2Fstreamshub-mcp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/streamshub","download_url":"https://codeload.github.com/streamshub/streamshub-mcp/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/streamshub%2Fstreamshub-mcp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31952254,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T00:39:45.007Z","status":"ssl_error","status_checked_at":"2026-04-18T00:39:20.671Z","response_time":62,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["devops","k8s","kafka","kubernetes","mcp","mcp-server","strimzi"],"created_at":"2026-04-18T01:09:33.074Z","updated_at":"2026-04-18T01:09:33.825Z","avatar_url":"https://github.com/streamshub.png","language":"Java","funding_links":[],"categories":["Uncategorized"],"sub_categories":["Uncategorized"],"readme":"# StreamsHub MCP\n\n[![Build](https://github.com/streamshub/streamshub-mcp/actions/workflows/build.yml/badge.svg)](https://github.com/streamshub/streamshub-mcp/actions/workflows/build.yml)\n[![License](https://img.shields.io/github/license/streamshub/streamshub-mcp)](LICENSE)\n![Java](https://img.shields.io/badge/Java-21%2B-blue)\n\n\u003e [!WARNING]\n\u003e This project is in early alpha and under active development. APIs, tool definitions, and configuration may change without notice.\n\n**Talk to your streaming platform.** StreamsHub MCP gives AI assistants direct access to your Kubernetes-based streaming infrastructure through the [Model Context Protocol](https://modelcontextprotocol.io/). Deploy only the servers you need — each component of your streaming stack gets its own MCP server.\n\nWorks with any MCP-compatible client including Claude Code, Claude Desktop, VS Code, Copilot, and more.\n\n## MCP Servers\n\n| Server | Description |\n|--------|-------------|\n| [Strimzi MCP](strimzi-mcp/) | Manage and troubleshoot Strimzi-managed Kafka clusters on Kubernetes |\n\nEach server has its own README with full documentation — available tools, resource templates, deployment, and configuration.\n\n## Beyond Simple Tools\n\nStreamsHub MCP servers go beyond wrapping APIs as tool calls. They leverage the full MCP specification to create an AI-native operations experience:\n\n- **Prompt templates** — structured diagnostic workflows that guide the LLM step-by-step through complex troubleshooting, telling it exactly which tools to call and in what order\n- **Resource templates** — live cluster state exposed as structured context that clients can attach directly to conversations, giving the LLM immediate visibility without requiring tool calls\n- **Resource subscriptions** — Kubernetes watches that push real-time notifications when cluster state changes, enabling reactive agents that detect and investigate issues automatically\n- **Completions** — dynamic autocomplete for parameters (namespaces, cluster names, topics) powered by live Kubernetes queries\n- **Progress and cancellation** — long-running operations like log collection report progress back to the client and support mid-operation cancellation\n\n## Getting Started\n\nPick an MCP server from the table above and follow its README. Each server can be deployed independently as a standalone application or container.\n\n## Built With\n\n- [Quarkus](https://quarkus.io/) — cloud-native Java framework\n- [Fabric8 Kubernetes Client](https://github.com/fabric8io/kubernetes-client) — Kubernetes API access\n- [Quarkus MCP Server](https://docs.quarkiverse.io/quarkus-mcp-server/dev/index.html) — MCP protocol implementation\n\n## Development\n\n```bash\nmvn compile       # Compile all modules (includes checkstyle)\nmvn test          # Run unit tests\n```\n\n## Contributing\n\nContributions are welcome. To get started:\n\n1. Fork the repository and create a feature branch\n2. Run `mvn compile` to verify checkstyle compliance\n3. Run `mvn test` to ensure all tests pass\n4. Open a pull request\n\n## License\n\n[Apache License 2.0](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstreamshub%2Fstreamshub-mcp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstreamshub%2Fstreamshub-mcp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstreamshub%2Fstreamshub-mcp/lists"}