MCP

The Flik MCP (Model Context Protocol) server exposes Flik as tools for LLMs. Use it from Cursor, Claude Desktop, or any MCP client to list projects, create and update stories and bugs, and manage projects—without leaving your editor or chat.


Who it’s for

  • Developers — Let the AI in your IDE create issues, update status, and list backlogs via natural language.
  • Product Managers / Product Owners — Use an AI assistant to query stories and bugs by project or assignee, or to add items from a meeting.

The same API key you use for the CLI works for MCP. Configure FLIK_KEY (and optionally FLIK_API_URL, FLIK_PROJECT, FLIK_ORG) in the environment or in a .flik file.


What the tools do

Category Tools
Projects flik_list_projects, flik_add_project, flik_delete_project
Stories flik_list_stories, flik_add_story
Bugs flik_list_bugs, flik_add_bug
Objects flik_get_object, flik_update_object, flik_delete_object (story or bug by id)
Audit flik_get_logs

Responses are JSON (same shape as the CLI API). Each tool can optionally accept api_key, api_base_url, project, and org to override config for that call.


Next steps

  • Tools — Full list and parameters.
  • Setup — Cursor, Claude Desktop, and MCP Registry.