@hasna/tickets
v0.1.8
Published
Open-source MCP-native ticketing system — bugs, features, incidents for any product, service, or app. CLI + MCP server + REST API + Web Dashboard + SDK.
Downloads
388
Maintainers
Readme
@hasna/tickets
Open-source MCP-native ticketing system — bugs, features, incidents for any product, service, or app. CLI + MCP server + REST API + Web Dashboard + SDK.
Install
npm install -g @hasna/ticketsCLI Usage
tickets --helpMCP Server
tickets-mcpHTTP mode
Shared Streamable HTTP transport for long-lived local MCP (stdio remains the default):
tickets-mcp --http # or MCP_HTTP=1
tickets-mcp --http --port 8841 # default port 8841- Bind:
127.0.0.1only - Health:
GET /health→{"status":"ok","name":"tickets"} - MCP:
POST /mcp(Streamable HTTP, stateless)
REST API
tickets-serveCloud Sync
This package supports cloud sync via @hasna/cloud:
cloud setup
cloud sync push --service tickets
cloud sync pull --service ticketsData Directory
Data is stored in ~/.hasna/tickets/.
License
Apache-2.0 -- see LICENSE
