ManaBuy MCP Server for Zed
io.github.manabuyteam/manabuy-mcp
ManaBuy MCP server for product search, order quote, and AI-assisted ordering.
client:Zed
transport:stdio
runtime:npm
Install ManaBuy MCP Server in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"manabuy-mcp": {
"command": "npx",
"args": [
"-y",
"@manabuy/mcp-server"
],
"env": {
"MANABUY_API_BASE_URL": "<MANABUY_API_BASE_URL>",
"MANABUY_ENVIRONMENT": "<MANABUY_ENVIRONMENT>",
"MANABUY_CURRENCY": "<MANABUY_CURRENCY>",
"MANABUY_LANG": "<MANABUY_LANG>",
"MANABUY_BIZ_CHANNEL": "<MANABUY_BIZ_CHANNEL>",
"MANABUY_AUTH_TOKEN": "<MANABUY_AUTH_TOKEN>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs