Ronds Mcp Tracker
Freeby MCP Community
A Node.js MCP server that records code changes and publishes them to Kafka.
v0.1.10Added Apr 12, 2026
Ronds Mcp Tracker MCP Server
A Node.js MCP server that records code changes and publishes them to Kafka.
Installation
Reviews
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"]
}
}
}