← Back to Plugins
MCP Server MCP

io.github.sGuNk13/kuriflow-mcp

github By github 👁 1 views ▲ 0 votes

Make AI tasks repeatable. Run with new data automatically — zero AI tokens per run.

Homepage Verified source GitHub

Install

uvx kuriflow-mcp

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "kuriflow-mcp",
      "version": "0.1.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your Kuriflow API key. Get one at https://kuriflow.com/signup (Google sign-in, 30 seconds).",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "KURIFLOW_API_KEY"
        },
        {
          "description": "Kuriflow backend URL. Defaults to https://api.kuriflow.com — override only for self-hosted deployments.",
          "format": "string",
          "default": "https://api.kuriflow.com",
          "name": "KURIFLOW_API_URL"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...