Skip to content
Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

kuriflow mcp in other clients