MCP Registry

Flik can be discovered and installed via the MCP Registry, so users don’t have to clone the repo or build the binary by hand.


Find Flik in the registry

  • Registry siteregistry.modelcontextprotocol.io. Search for “flik” or “io.github.pdeloulay/flik”.
  • Registry APIGET https://registry.modelcontextprotocol.io/v0.1/servers?search=flik returns matching server entries.

The registry entry describes the server, required environment variables (FLIK_KEY, optional FLIK_API_URL, FLIK_PROJECT, FLIK_ORG), and how to add it to your MCP client.


Install from the registry

If your MCP client supports the registry (e.g. “Add from registry” or similar):

  1. Search for Flik or io.github.pdeloulay/flik.
  2. Add the server; the client will show which env vars are required.
  3. Set FLIK_KEY (and optionally FLIK_API_URL, FLIK_PROJECT, FLIK_ORG) in your environment or config.
  4. Restart the client so it starts the Flik MCP server.

If no registry integration is available, use Setup to configure the server manually (build or download the binary, then point your client at it).


For publishers

Publishing Flik to the registry uses the MCP Registry Publisher and a server.json (see mcp/server.json.example in the repo). The registry name is io.github.pdeloulay/flik. Package types supported include MCPB (pre-built binary bundle) and OCI (Docker). See the official publishing guide and the mcp/README in the repository for steps.