baw-admin-mcp-server

MalekJabri/baw-admin-mcp-server
★ 1 stars Python 🔌 API Integration Updated 1d ago
baw-admin-mcp-server
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "baw-admin-mcp-server": {
      "command": "uvx",
      "args": [
        "baw-admin-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install baw-admin-mcp-server

README Excerpt

An MCP (Model Context Protocol) server for managing IBM Business Automation Workflow (BAW) artifacts. This server provides tools for System, Container, Health Management, Version, and Task Instances operations through the BAW Operations REST API. - **login**: Obtain CSRF prevention token - **get_queue_status**: Check status of asynchronous operations