← All plugins
ticketflow
v1.1.4Issue tracker integration for agents: search and file tickets over HTTP, with a local stdio cache server for offline triage.
2 MCP serversstdiostreamable-http
by HarborlineISC33updated 6 months ago
Install
git clone https://github.com/harborline/ticketflowClone into your agent client’s plugin directory — components are discovered from fixed locations per the spec.
Layout
ticketflow/
├── plugin.json└── mcp.json
MCP servers2
local-cachestdio
- command
- ticketflow-cache
- args
- --db .ticketflow/cache.db
ticketsstreamable-http
- url
- https://api.ticketflow.dev/mcp
Manifest
plugin.json
{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "ticketflow",
"version": "1.1.4",
"description": "Issue tracker integration for agents: search and file tickets over HTTP, with a local stdio cache server for offline triage.",
"author": {
"name": "Harborline"
},
"repository": "https://github.com/harborline/ticketflow",
"license": "ISC",
"keywords": [
"productivity",
"issues",
"triage"
]
}