Skip to content
Windsurf

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

ManaBuy MCP Server in other clients