Loading languages...
WX

wxflows-server

@IBM96

Using watsonx.ai Flows Engine with Model Context Protocol (MCP) - Here's a step-by-step tutorial for setting up and deploying a project with wxflows, including installing necessary tools, deploying the app, and running it locally.

wxflows
ibm
mcp-server
google-books
wikipedia
context

# mcpServer Config

{
  "mcpServers": {
    "wxflows-server": {
      "command": "node",
      "args": [
        "/path/to/wxflows-server/build/index.js"
      ],
      "env": {
        "WXFLOWS_APIKEY": "YOUR_WXFLOWS_APIKEY",
        "WXFLOWS_ENDPOINT": "YOUR_WXFLOWS_ENDPOINT"
      }
    }
  }
}

# stdio

node build/index.js
Transport:
stdio
Sprache:
typescript
Aktualisiert:8/3/2025