swell for Zed
io.usefulapi/swell
Manage your Swell headless-commerce store — products, orders, customers, and subscriptions.
client:Zed
transport:streamable-http
tools:16
Install swell in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"swell": {
"url": "https://swell.usefulapi.io/mcp"
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs
What Zed can do once it is connected
- swell_list_products
- swell_get_product
- swell_list_categories
- swell_list_orders
- swell_get_order
- swell_list_customers
- swell_get_customer
- swell_list_carts
- swell_list_subscriptions
- swell_get_subscription
- swell_list_invoices
- swell_list_coupons
- swell_query
- swell_create_product
- swell_update_product
- swell_update_order