MCP prompts

Example prompts you can use with the Flik MCP server in Cursor, Claude Desktop, or other MCP clients. These help you and your team get value from Flik without leaving the editor.


Backlog and issues

  • “List all stories for project POP.” — Use when you need to see the current backlog.
  • “Show open bugs for the current project.” — Filter bugs by status.
  • “Create a story: Add OAuth support, assign to me, 5 points.” — Add a story with optional fields.
  • “Add a bug: Login fails on Safari, severity high, assign to @jane.” — Create a bug with description and assignee.
  • “What’s the status of POP-12?” — Get a single story or bug by id.
  • “Update POP-7 to status done and set notes to ‘Shipped’.” — Change fields on an issue.
  • “Delete story POP-99.” — Remove an issue (use with care).

Projects and context

  • “List my Flik projects.” — See all projects you have access to (optionally scoped by org).
  • “Create a new project called ‘Mobile App’ in my current org.” — Add a project (requires org context).
  • “Show the audit log for the last week.” — Use flik_get_logs with all=true to inspect API activity.

Tips

  • Set FLIK_PROJECT (or pass project in the tool call) so you don’t have to say the project every time.
  • For project create, ensure FLIK_ORG (or org in the tool) is set; the API requires org context.
  • You can override api_key, api_base_url, project, and org in individual tool arguments if needed.

Share prompts that work well for your workflow; the Flik tools return JSON so you can combine them with other MCP tools in the same conversation.