flowcheck for Zed
io.github.eliaskress/flowcheck
Stripe payouts, Shopify orders, and bank transactions unified for reconciliation and cash flow
client:Zed
transport:stdio
runtime:npm
Install flowcheck in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"flowcheck": {
"command": "npx",
"args": [
"-y",
"@flowcheck/mcp-server"
],
"env": {
"FLOWCHECK_API_KEY": "<FLOWCHECK_API_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs