mcp niubiz for Zed
io.github.codespar/mcp-niubiz
MCP server for Niubiz — Peru card acquirer: security token, session, authorize, reverse
client:Zed
transport:stdio
runtime:npm
Install mcp niubiz in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"mcp-niubiz": {
"command": "npx",
"args": [
"-y",
"@codespar/mcp-niubiz"
],
"env": {
"NIUBIZ_USER": "<NIUBIZ_USER>",
"NIUBIZ_PASSWORD": "<NIUBIZ_PASSWORD>",
"NIUBIZ_MERCHANT_ID": "<NIUBIZ_MERCHANT_ID>",
"NIUBIZ_ENV": "<NIUBIZ_ENV>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs