Skip to content

Ronds Mcp Tracker

Free

by MCP Community

A Node.js MCP server that records code changes and publishes them to Kafka.

v0.1.10Added Apr 12, 2026
Works with:ClaudeGPTGeminiCopilot

Ronds Mcp Tracker MCP Server

A Node.js MCP server that records code changes and publishes them to Kafka.

Installation

Reviews

Leave a Review

Installation

Quick install
npx -y ronds-mcp-tracker
Add to claude_desktop_config.json
{
  "mcpServers": {
    "ronds-mcp-tracker": {
      "command": "npx",
      "args": ["-y", "ronds-mcp-tracker"]
    }
  }
}