Agent Plugins Marketplace
All plugins

tracker

v1.0.0

3J Tracker MCP tools and workflows for AI-native issue tracking, roadmaps, and native test management.

CodexClaude Code1 Skill1 MCP serverStreamable HTTP

By 3J TechnologiesLicense: MIT0 GitHub starsUpdated 3 days ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
2 skill or MCP entries
Source updated
Sep 21, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install tracker for Codex and Claude Code

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add tracker@agent-plugin-marketplace

Paste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/3j-technologies/tracker-plugin

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.

Plugin files

tracker/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── skills/tracker-workflows/SKILL.md
└── .mcp.json

Included Skills1

tracker-workflowsskills/tracker-workflows/SKILL.md

Use 3J Tracker for identity-safe issue work, roadmap creation, native test management and evidence, Tracker-ID handoffs, and exact-head merge gates. Trigger whenever a request asks to inspect, create, update, verify, hand off, or gate work in Tracker.

MCP servers1

trackerStreamable HTTP
url
https://mcp-tracker.3jtech.app/mcp

Plugin manifests2

.codex-plugin/plugin.json
{
  "name": "tracker",
  "version": "1.0.0",
  "description": "3J Tracker MCP tools and workflows for AI-native issue tracking, roadmaps, and native test management.",
  "author": {
    "name": "3J Technologies",
    "url": "https://3jtech.app"
  },
  "homepage": "https://3jtech.app",
  "repository": "https://github.com/3j-technologies/tracker-plugin",
  "license": "MIT",
  "keywords": [
    "tracker",
    "issue-tracking",
    "project-management",
    "mcp"
  ],
  "skills": "skills",
  "mcpServers": ".mcp.json",
  "interface": {
    "displayName": "Tracker",
    "shortDescription": "AI-native issue tracking, roadmaps, and test management via 3J Tracker.",
    "longDescription": "Connects the agent to 3J Tracker's MCP server to search and update tickets, build roadmaps, run native test plans, and record evidence. Authentication uses Codex's own MCP OAuth sign-in; see the bundled tracker-workflows skill for the full workflow the agent follows.",
    "developerName": "3J Technologies",
    "category": "Productivity",
    "capabilities": [
      "issue-tracking",
      "roadmaps",
      "test-management"
    ],
    "websiteURL": "https://3jtech.app",
    "defaultPrompt": [
      "What's the status of TRK-2416?",
      "Create a roadmap for the Q3 onboarding rework."
    ]
  }
}
.claude-plugin/plugin.json
{
  "$schema": "https://json.schemastore.org/claude-code-plugin-manifest.json",
  "name": "tracker",
  "displayName": "Tracker",
  "version": "1.0.0",
  "description": "3J Tracker MCP tools and workflows for AI-native issue tracking, roadmaps, and native test management.",
  "author": {
    "name": "3J Technologies",
    "url": "https://3jtech.app"
  },
  "homepage": "https://3jtech.app",
  "repository": "https://github.com/3j-technologies/tracker-plugin",
  "license": "MIT",
  "keywords": [
    "tracker",
    "issue-tracking",
    "project-management",
    "mcp"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[tracker on Agent Plugins Marketplace](https://pluginsmp.com/plugins/tracker)