io.github.sGuNk13/kuriflow-mcp✓
io.github.sGuNk13/kuriflow-mcp · v0.1.1
{}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.sGuNk13/kuriflow-mcp",
"description": "Make AI tasks repeatable. Run with new data automatically — zero AI tokens per run.",
"repository": {
"url": "https://github.com/sGuNk13/kuriflow-mcp",
"source": "github"
},
"version": "0.1.1",
"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"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}