MCP Server
MCP
io.github.sGuNk13/kuriflow-mcp
Make AI tasks repeatable. Run with new data automatically — zero AI tokens per run.
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
By
Comments
Sign in to leave a comment