ManaBuy MCP Server for Windsurf
io.github.manabuyteam/manabuy-mcp
ManaBuy MCP server for product search, order quote, and AI-assisted ordering.
client:Windsurf
transport:stdio
runtime:npm
Install ManaBuy MCP Server in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"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>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs