collector

AgentsOfMine/collector
★ 0 stars Unknown language 💻 Code/Dev Tools Updated today
AgentsOfMine collector — MCP server, CLI, and file watchers for syncing AI coding sessions. Works with Claude Code, OpenCode, Codex, and any MCP-compatible agent.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "collector": {
      "command": "npx",
      "args": [
        "-y",
        "AgentsOfMine/collector"
      ]
    }
  }
}

README Excerpt

> **MCP server + CLI + file watcher** for syncing AI coding sessions to [AgentsOfMine](https://agentsofmine.io). Works with any editor or terminal — Claude Code CLI, OpenCode CLI, Cursor, Zed, or any future agent. VS Code users can install the [AgentsOfMine VS Code extension](https://github.com/AgentsOfMine/vscode-extension) for a zero-friction setup; the extension installs and manages this package automatically.