MCP Catalogs
Home

agentic-engineering-for-apache-kafka vs filesystem

Side-by-side comparison to help you pick between these two MCP servers.

agentic-engineering-for-apache-kafka
by lensesio
filesystem
by modelcontextprotocol
Stars★ 24★ 85,748
30d uses
Score4577
Official
Categories
Developer ToolsMonitoringOps & Infra
File SystemDeveloper ToolsProductivity
LanguageTypeScript
Last committhis monththis month

agentic-engineering-for-apache-kafka · Summary

Agent skills for building, operating and troubleshooting Apache Kafka applications through MCP integration.

filesystem · Summary

A feature-rich MCP server for filesystem operations with dynamic directory access control.

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

filesystem · Use cases

  • Enable AI models to read and write project files during development
  • Allow Claude or other MCP clients to browse and analyze codebases
  • Provide secure sandboxed access to specific directories for content generation

agentic-engineering-for-apache-kafka · Install

Claude Code

/plugin marketplace add lensesio/agentic-engineering-for-apache-kafka
/plugin install kafka-skills@lensesio

Cursor, Codex, OpenCode and others

npx skills add lensesio/agentic-engineering-for-apache-kafka

Configuration

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.

filesystem · Install

Installation

Using NPX

{
  "mcpServers": {
    "filesystem": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-filesystem",
        "/path/to/allowed/directory"
      ]
    }
  }
}

Using Docker

{
  "mcpServers": {
    "filesystem": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "--mount", "type=bind,src=/path/to/allowed/dir,dst=/projects/allowed/dir",
        "mcp/filesystem",
        "/projects"
      ]
    }
  }
}

VS Code Extension

Click the installation buttons in the README to install directly in VS Code.

Comparison generated from public README + GitHub signals. Last updated automatically.