agent-project-issues
v0.1.0MCP server for GitHub/GitLab issue management on Codex. Read/create/update tickets and add comments with automatic safety markers (ai-generated / ai-modified labels, #ai-generated comment prefix). Per-project permissions; falls back to read-only auto-discovery from the git remote when no config is present.
By Arne von Appen0 GitHub starsUpdated 1 hour ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 2 skill or MCP entries
- Source updated
- Sep 24, 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 agent-project-issues for Codex and Claude Code
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add agent-project-issues@agent-plugin-marketplacePaste 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/Seretos/agent-project-issuesClone 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
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json├── skills/project-issues/SKILL.md└── .mcp.json
Included Skills1
Manage tickets, issues, bugs, backlog items, pull requests, merge requests, code review comments, CI/CD pipeline and build results, label catalogs, ticket relations (blocking/dependency/sub-task hierarchy), and project board columns on GitHub, GitLab, or Azure DevOps. Use when the user mentions: ticket system, issue tracker, project board, PR, pull request, merge request, code review, pipeline, CI, build failure, job log, label, blocks, blocked_by, relation, dependency, board column, sub-task, epic, hierarchy, parent/child, GitHub, GitLab, Azure DevOps, or their German equivalents — "Ticket", "Issue", "Bug", "Backlog", "Projektboard", "Pull Request", "Merge Request", "Code-Review", "Pipeline", "CI kaputt", "warum ist der Build rot", "Label", "Label anlegen", "blockiert", "hängt ab von", "Board-Spalte", "Spalte verschieben", "Unteraufgabe", "Epic", "Teilaufgabe", "leg ein Ticket an", "erstelle ein Issue", "welche Projekte gibt es", "öffne ein Issue", "zeig mir offene Tickets", "was sind die offenen PRs".
MCP servers1
- command
- ./bin/project-issues
- cwd
- .
Plugin manifests2
{
"name": "agent-project-issues",
"version": "0.1.0",
"description": "MCP server for GitHub/GitLab issue management on Codex. Read/create/update tickets and add comments with automatic safety markers (ai-generated / ai-modified labels, #ai-generated comment prefix). Per-project permissions; falls back to read-only auto-discovery from the git remote when no config is present.",
"author": {
"name": "Arne von Appen"
},
"repository": "https://github.com/Seretos/agent-project-issues",
"skills": "./skills",
"mcpServers": "./.mcp.json",
"interface": {
"displayName": "Agent Project Issues",
"shortDescription": "GitHub/GitLab issue management as a Codex MCP server."
}
}{
"name": "agent-project-issues",
"description": "MCP server for GitHub/GitLab issue management. Read/create/update tickets and add comments with automatic safety markers (ai-generated / ai-modified labels, #ai-generated comment prefix). Per-project permissions; falls back to read-only auto-discovery from the git remote when no config is present.",
"version": "0.1.0",
"author": {
"name": "Arne von Appen"
},
"skills": "./skills",
"mcpServers": {
"project-issues": {
"command": "${CLAUDE_PLUGIN_ROOT}/bin/project-issues",
"args": []
}
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[agent-project-issues on Agent Plugins Marketplace](https://pluginsmp.com/plugins/agent-project-issues)