MyFatoorah MCP for Zed
io.github.kuwaitdevs/myfatoorah-mcp
Safely connect AI agents to MyFatoorah payments, invoices, payment methods, and refunds.
client:Zed
transport:stdio
runtime:npm
Install MyFatoorah MCP in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"myfatoorah-mcp": {
"command": "npx",
"args": [
"-y",
"myfatoorah-mcp"
],
"env": {
"MYFATOORAH_API_TOKEN": "<MYFATOORAH_API_TOKEN>",
"MYFATOORAH_ENVIRONMENT": "<MYFATOORAH_ENVIRONMENT>",
"MYFATOORAH_TIMEOUT_MS": "<MYFATOORAH_TIMEOUT_MS>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs