kuriflow mcp for Zed
io.github.sgunk13/kuriflow-mcp
Make AI tasks repeatable. Run with new data automatically — zero AI tokens per run.
client:Zed
transport:stdio
runtime:pypi
Install kuriflow mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"kuriflow-mcp": {
"command": "uvx",
"args": [
"kuriflow-mcp"
],
"env": {
"KURIFLOW_API_KEY": "<KURIFLOW_API_KEY>",
"KURIFLOW_API_URL": "<KURIFLOW_API_URL>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs