Serversio.github.pdeloulay/flik-mcp
M

Flik

io.github.pdeloulay/flik-mcp · v0.3.15
▦ other
v0.3.15other mcpb: https://github.com/pdeloulay/flik-mcp/releases/download/v0.3.15/flik-mcp.mcpb↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.pdeloulay/flik-mcp",
  "description": "Flik - Agentic Product Delivery Platform. Visit flik.nomadis.com for more information.",
  "title": "Flik",
  "repository": {
    "url": "https://github.com/pdeloulay/flik-mcp",
    "source": "github"
  },
  "version": "0.3.15",
  "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"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}