A Jira-like project tracker MCP server for AI agents. SQLite-backed, per-project scoped, with full hierarchy (Projects > Epics > Tasks > Subtasks), activity logging, and a dashboard — so LLMs never lose track.
Déduit des transports déclarés par cette annonce (stdio). Un client absent de cette liste n’est pas écarté pour autant — c’est simplement quelque chose que Forge ne peut pas confirmer.
La vérification confirme l’identité de l’éditeur (la propriété du dépôt), pas la sûreté du code. L’analyse de sécurité couvre les CVE connues et les scripts d’installation suspects.
Lu dans le code que npm livre réellement, au moment de l’analyse. Le paquet n’a jamais été exécuté. Les outils enregistrés dynamiquement à l’exécution, ou cachés dans du code empaqueté ou minifié, peuvent passer inaperçus — c’est donc un plancher de la surface d’outils, pas un recensement complet.
activity_logView the activity log showing what changed and when. Useful for understanding recent progress or reviewing what happened since the last session.View the activity log showing what changed and when. Useful for understanding recent progress or reviewing what happened since the last session.
Aucun schéma d’entrée n’a été publié pour cet outil.
tracker_session_diffWhat changed since a timestamp: counts by action and entity, plus the notable changes. Call it at the start of a session to catch up.What changed since a timestamp: counts by action and entity, plus the notable changes. Call it at the start of a session to catch up.
Aucun schéma d’entrée n’a été publié pour cet outil.
task_batch_updateUpdate multiple tasks at once. Useful for changing status of several tasks (e.g., mark 3 tasks as done) or reassigning tasks.Update multiple tasks at once. Useful for changing status of several tasks (e.g., mark 3 tasks as done) or reassigning tasks.
Aucun schéma d’entrée n’a été publié pour cet outil.
comment_addAdd a comment to a task. Comments create a chronological discussion thread — useful for leaving breadcrumbs across sessions.Add a comment to a task. Comments create a chronological discussion thread — useful for leaving breadcrumbs across sessions.
Aucun schéma d’entrée n’a été publié pour cet outil.
comment_listList comments on a task in chronological order. Comments removed with comment_delete are hidden by default; pass include_deleted to see them with their removal reason.List comments on a task in chronological order. Comments removed with comment_delete are hidden by default; pass include_deleted to see them with their removal reason.
Aucun schéma d’entrée n’a été publié pour cet outil.
comment_deleteprivilégiéRemove a comment (soft delete). The row is kept for the audit trail but hidden from comment_list and task_get. Use this to retract a comment that turned out to be wrong or stale. Reversible with comment_restore.Remove a comment (soft delete). The row is kept for the audit trail but hidden from comment_list and task_get. Use this to retract a comment that turned out to be wrong or stale. Reversible with comment_restore.
Aucun schéma d’entrée n’a été publié pour cet outil.
comment_restoreRestore a comment previously removed with comment_delete.Restore a comment previously removed with comment_delete.
Aucun schéma d’entrée n’a été publié pour cet outil.
tracker_dashboardFull project overview in one call: project, epics with task counts, stats, blocked and overdue tasks, recent activity and notes. Best first call when starting work. branch="current" scopes to the active git branch.Full project overview in one call: project, epics with task counts, stats, blocked and overdue tasks, recent activity and notes. Best first call when starting work. branch="current" scopes to the active git branch.
Aucun schéma d’entrée n’a été publié pour cet outil.
tracker_initInitialize the tracker for a project. If the database is empty, creates a project with the given name. If a project already exists, returns its info.Initialize the tracker for a project. If the database is empty, creates a project with the given name. If a project already exists, returns its info.
Aucun schéma d’entrée n’a été publié pour cet outil.
epic_createCreate an epic within a project. Epics group related tasks into a feature or workstream.Create an epic within a project. Epics group related tasks into a feature or workstream.
Aucun schéma d’entrée n’a été publié pour cet outil.
epic_listList epics for a project with task counts and completion stats. Filter by status, priority or branch. Archived epics are hidden unless include_archived is set.List epics for a project with task counts and completion stats. Filter by status, priority or branch. Archived epics are hidden unless include_archived is set.
Aucun schéma d’entrée n’a été publié pour cet outil.
epic_archiveArchive or unarchive an epic. Archived epics and their tasks drop out of listings, the dashboard and search unless include_archived is set. For putting finished work out of sight without cancelling it; nothing is deleted.Archive or unarchive an epic. Archived epics and their tasks drop out of listings, the dashboard and search unless include_archived is set. For putting finished work out of sight without cancelling it; nothing is deleted.
Aucun schéma d’entrée n’a été publié pour cet outil.
epic_updateUpdate an epic. Pass only the fields you want to change. Set status to "cancelled" to soft-delete. Pass branch="current" to pin to the active branch, or empty string to clear.Update an epic. Pass only the fields you want to change. Set status to "cancelled" to soft-delete. Pass branch="current" to pin to the active branch, or empty string to clear.
Aucun schéma d’entrée n’a été publié pour cet outil.
tracker_exportExport a full project as nested JSON. Includes all epics, tasks, subtasks, comments, dependencies, and related notes. Useful for backup, migration, or sharing.Export a full project as nested JSON. Includes all epics, tasks, subtasks, comments, dependencies, and related notes. Useful for backup, migration, or sharing.
Aucun schéma d’entrée n’a été publié pour cet outil.
tracker_importImport a project from JSON (matching tracker_export format). Creates all entities with new IDs and remaps references. Uses a transaction for atomicity.Import a project from JSON (matching tracker_export format). Creates all entities with new IDs and remaps references. Uses a transaction for atomicity.
Aucun schéma d’entrée n’a été publié pour cet outil.
tracker_nextWhat to work on next: one recommended task with the reason, its next unfinished subtask, alternatives, and — when nothing is actionable — what to unblock. Call it when resuming work; cheaper than tracker_dashboard.What to work on next: one recommended task with the reason, its next unfinished subtask, alternatives, and — when nothing is actionable — what to unblock. Call it when resuming work; cheaper than tracker_dashboard.
Aucun schéma d’entrée n’a été publié pour cet outil.
note_saveCreate or update a note: decisions, context, progress, meetings, blockers, technical detail, releases. With id, updates; without, creates.Create or update a note: decisions, context, progress, meetings, blockers, technical detail, releases. With id, updates; without, creates.
Aucun schéma d’entrée n’a été publié pour cet outil.
note_listList notes with optional filters. Returns notes sorted by most recent first.List notes with optional filters. Returns notes sorted by most recent first.
Aucun schéma d’entrée n’a été publié pour cet outil.
note_searchSearch across note titles and content by keyword.Search across note titles and content by keyword.
Aucun schéma d’entrée n’a été publié pour cet outil.
note_deleteprivilégiéDelete a note by ID.Delete a note by ID.
Aucun schéma d’entrée n’a été publié pour cet outil.
project_createCreate a new project. Projects are the top-level container for all work.Create a new project. Projects are the top-level container for all work.
Aucun schéma d’entrée n’a été publié pour cet outil.
project_listList all projects with epic/task counts and completion percentages. Optionally filter by status.List all projects with epic/task counts and completion percentages. Optionally filter by status.
Aucun schéma d’entrée n’a été publié pour cet outil.
project_updateUpdate a project. Pass only the fields you want to change. Set status to "archived" to soft-delete.Update a project. Pass only the fields you want to change. Set status to "archived" to soft-delete.
Aucun schéma d’entrée n’a été publié pour cet outil.
tracker_searchSearch projects, epics, tasks and notes by keyword. Returns categorized previews — use task_get or note_list for full text.Search projects, epics, tasks and notes by keyword. Returns categorized previews — use task_get or note_list for full text.
Aucun schéma d’entrée n’a été publié pour cet outil.
subtask_createCreate subtasks (checklist items) for a task. Pass titles as an array — one string per subtask — and each becomes its own record. New subtasks are appended after any that exist.Create subtasks (checklist items) for a task. Pass titles as an array — one string per subtask — and each becomes its own record. New subtasks are appended after any that exist.
Aucun schéma d’entrée n’a été publié pour cet outil.
subtask_updateUpdate a subtask title, status or position. depends_on sets what it waits on, blocks the inverse; both replace the set, [] clears. Starting or finishing one with unmet prerequisites needs force.Update a subtask title, status or position. depends_on sets what it waits on, blocks the inverse; both replace the set, [] clears. Starting or finishing one with unmet prerequisites needs force.
Aucun schéma d’entrée n’a été publié pour cet outil.
subtask_reorderReorder a task subtask list. Pass IDs in the order you want; any omitted keep their relative order at the end.Reorder a task subtask list. Pass IDs in the order you want; any omitted keep their relative order at the end.
Aucun schéma d’entrée n’a été publié pour cet outil.
subtask_deleteprivilégiéDelete one or more subtasks. Accepts a single ID or array of IDs.Delete one or more subtasks. Accepts a single ID or array of IDs.
Aucun schéma d’entrée n’a été publié pour cet outil.
task_createCreate a task within an epic. Tasks are the primary unit of work.Create a task within an epic. Tasks are the primary unit of work.
Aucun schéma d’entrée n’a été publié pour cet outil.
task_listList tasks; without epic_id, across all epics. Includes subtask and dependency counts.List tasks; without epic_id, across all epics. Includes subtask and dependency counts.
Aucun schéma d’entrée n’a été publié pour cet outil.
task_reorderSet the order of an epic's tasks. Omitted IDs keep their relative order at the end. task_list then follows this arrangement by default.Set the order of an epic's tasks. Omitted IDs keep their relative order at the end. task_list then follows this arrangement by default.
Aucun schéma d’entrée n’a été publié pour cet outil.
task_deleteprivilégiéRemove a task (soft delete). Only 'todo' tasks — anything further along has history worth keeping. The row is kept and hidden from listings; task_restore brings it back.Remove a task (soft delete). Only 'todo' tasks — anything further along has history worth keeping. The row is kept and hidden from listings; task_restore brings it back.
Aucun schéma d’entrée n’a été publié pour cet outil.
task_restoreRestore a task removed with task_delete.Restore a task removed with task_delete.
Aucun schéma d’entrée n’a été publié pour cet outil.
task_lock_descriptionLock or unlock a task's description. While locked, task_update refuses to change it — a guard against rewriting the spec when you meant to add a comment. Every other field still changes freely.Lock or unlock a task's description. While locked, task_update refuses to change it — a guard against rewriting the spec when you meant to add a comment. Every other field still changes freely.
Aucun schéma d’entrée n’a été publié pour cet outil.
task_getGet a single task with full details including all subtasks, related notes, comments, and dependencies.Get a single task with full details including all subtasks, related notes, comments, and dependencies.
Aucun schéma d’entrée n’a été publié pour cet outil.
task_updateUpdate a task; pass only fields to change. Completing it while subtasks are unfinished is refused unless force is set.Update a task; pass only fields to change. Completing it while subtasks are unfinished is refused unless force is set.
Aucun schéma d’entrée n’a été publié pour cet outil.
template_createCreate a reusable set of tasks that can be instantiated into any epic. {variable} placeholders are filled in on apply.Create a reusable set of tasks that can be instantiated into any epic. {variable} placeholders are filled in on apply.
Aucun schéma d’entrée n’a été publié pour cet outil.
template_listList task templates. Pass include_tasks to see what each one actually creates.List task templates. Pass include_tasks to see what each one actually creates.
Aucun schéma d’entrée n’a été publié pour cet outil.
template_applyApply a template to create tasks in an epic. Replaces {variable} placeholders with provided values.Apply a template to create tasks in an epic. Replaces {variable} placeholders with provided values.
Aucun schéma d’entrée n’a été publié pour cet outil.
template_updateEdit a template in place. Only the fields you pass change; tasks replace the whole list.Edit a template in place. Only the fields you pass change; tasks replace the whole list.
Aucun schéma d’entrée n’a été publié pour cet outil.
40 outils sur 40 ont publié une description.
Les noms et descriptions d’outils sont écrits par l’éditeur et affichés tels quels, comme du texte inerte. Ce sont les chaînes qu’un client MCP transmet à un modèle, alors Forge y recherche des motifs d’injection de prompt — tout constat apparaît avec l’analyse de sécurité ci-dessus. « Privilégié » est une correspondance de mot-clé sur le nom de l’outil, pas un audit de ce qu’il fait : un nom anodin peut tout de même tout faire.
A Jira-like project tracker MCP server for AI agents. SQLite-backed, per-project scoped, with full hierarchy (Projects > Epics > Tasks > Subtasks), activity logging, and a dashboard — so LLMs never lose track.
Les noms cliquables ouvrent l’index Forge de toutes les entrées observées exposant cet outil. Parcourir tous les outils indexés.
L'exploration s'est arrêtée à la limite de 60 paquets. Le reste de l'arbre n'a jamais été résolu.
36 autres paquets résolus ne sont pas dessinés ici (limite d'affichage : 24). Toute dépendance porteuse d'un avis de sécurité est dessinée quelle que soit la limite. Inventaire complet (SBOM CycloneDX)
76 dépendances déclarées ne sont jamais arrivées dans l'arbre. Elles manquent à la résolution de Forge, pas au paquet.
+64 de plus non listées. Les comptes par motif ci-dessus les couvrent toutes.
Non suivies : peerDependencies. Cet arbre ne couvre que les dépendances d'exécution ; ce qu'elles entraînent n'a jamais été résolu.