ticketer

veloper/ticketer
★ 0 stars Go AI/LLM Updated today
Project/issue tracker for AI agent teams. Go + SQLite + MCP server + CLI all from one container.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "ticketer": {
      "command": "go",
      "args": [
        "run",
        "github.com/veloper/ticketer@latest"
      ]
    }
  }
}

README Excerpt

**Project/issue tracker for AI agent teams.** REST API, kanban web UI, MCP server, CLI — all in one Go binary with embedded SQLite. --- Built for the way AI agents work — API-first, zero setup. - **[MCP Server](docs/mcp.md)** → let any LLM manage your projects. 16 tools, zero config. - **[REST API](docs/api.md)** → clean, predictable CRUD. Token auth, slug references.

Tools (5)

TICKETER_ADMIN_PATTICKETER_ADMIN_USERNAMETICKETER_DB_PATHTICKETER_HOSTTICKETER_PORT