agentic-engineering-for-apache-kafka vs everything
Side-by-side comparison to help you pick between these two MCP servers.
agentic-engineering-for-apache-kafka by lensesio | everything by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 24 | ★ 85,748 |
| 30d uses | — | — |
| Score | 45 | 77 |
| Official | — | ✓ |
| Categories | Developer ToolsMonitoringOps & Infra | Developer ToolsAI / LLM ToolsOther |
| Language | — | TypeScript |
| Last commit | this month | this month |
agentic-engineering-for-apache-kafka · Summary
Agent skills for building, operating and troubleshooting Apache Kafka applications through MCP integration.
everything · Summary
Official MCP test server exercising all protocol features for client builders.
agentic-engineering-for-apache-kafka · Use cases
- Automating Kafka cluster audits and performance reviews
- Troubleshooting consumer lag and connector issues
- Reviewing schema changes and security configurations
everything · Use cases
- Testing MCP client implementations against all protocol features
- Learning MCP protocol capabilities through a reference server
- Validating client compatibility with different transport methods
agentic-engineering-for-apache-kafka · Install
Claude Code
/plugin marketplace add lensesio/agentic-engineering-for-apache-kafka
/plugin install kafka-skills@lensesioCursor, Codex, OpenCode and others
npx skills add lensesio/agentic-engineering-for-apache-kafkaConfiguration
Configure the Lenses MCP server (or any Kafka MCP server with equivalent tools) after installation. Skills auto-trigger from their description or can be invoked explicitly using namespaced slash commands like /kafka-skills:kafka-topic-audit.
everything · Install
NPX (recommended)
{
"mcpServers": {
"everything": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-everything"]
}
}
}On Windows, use cmd /c:
{
"mcpServers": {
"everything": {
"command": "cmd",
"args": ["/c", "npx", "-y", "@modelcontextprotocol/server-everything"]
}
}
}Docker
{
"mcpServers": {
"everything": {
"command": "docker",
"args": ["run", "-i", "--rm", "mcp/everything"]
}
}
}Global install
npm install -g @modelcontextprotocol/server-everything@latest
npx @modelcontextprotocol/server-everything