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 site — registry.modelcontextprotocol.io. Search for “flik” or “io.github.pdeloulay/flik”.
- Registry API —
GET https://registry.modelcontextprotocol.io/v0.1/servers?search=flikreturns 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):
- Search for Flik or io.github.pdeloulay/flik.
- Add the server; the client will show which env vars are required.
- Set
FLIK_KEY(and optionallyFLIK_API_URL,FLIK_PROJECT,FLIK_ORG) in your environment or config. - 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.