← Back to Plugins
MCP Server MCP

Flik

github By github 👁 1 views ▲ 0 votes

Flik - Agentic Product Delivery Platform. Visit flik.nomadis.com for more information.

Homepage Verified source GitHub

Install

mcpb:https://github.com/pdeloulay/flik-mcp/releases/download/v0.3.15/flik-mcp.mcpb

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "mcpb",
      "identifier": "https://github.com/pdeloulay/flik-mcp/releases/download/v0.3.15/flik-mcp.mcpb",
      "fileSha256": "4c5a89b729e07a377d7fd71f80ad0d0da445fc0825e24f7817b4dd278c2ad30f",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Flik API key (Bearer). Get one from flik.nomadis.com/keys.",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "FLIK_KEY"
        },
        {
          "description": "API base URL (default: https://flik.nomadis.com). Use http://localhost:8080 for local.",
          "format": "string",
          "name": "FLIK_API_URL"
        },
        {
          "description": "Default project acronym (e.g. POP) for project-scoped tools.",
          "format": "string",
          "name": "FLIK_PROJECT"
        },
        {
          "description": "Optional. Org slug for org-scoped tools; when not set, the key's org is used.",
          "format": "string",
          "name": "FLIK_ORG"
        }
      ]
    }
  ]
}
mcp model-context-protocol mcpb

Comments

Sign in to leave a comment

Loading comments...