WX

Wxo Agent Mcp

Ai Agents
✨ NewAi Agents
0
GitHub Stars

Simple MCP (Model Context Protocol) server that invokes a single Watson Orchestrate agent remotely. The agent is defined once via environment variables or MCP config. Use this when you want a lightweight MCP that only chats with one agent—no tool management, no agent listing, no flows. Just invoke_agent(message) and get_agent().

Installation

⭐ RecommendedNPX
npx -y wxo-agent-mcp
View configuration snippet
{
  "mcpServers": {
    "wxo-agent": {
      "command": "npx",
      "args": [
        "-y",
        "wxo-agent-mcp"
      ],
      "env": {
        "WO_API_KEY": "your-api-key",
        "WO_INSTANCE_URL": "https://xxx.orchestrate.ibm.com",
        "WO_AGENT_ID": "your-agent-id"
      }
    }
  }
}

💡 Tip: Make sure you have the appropriate package manager installed. Refer to the official documentation for detailed installation instructions.

Compatibility Matrix

Filter:

Cursor

STDIO
stdio:Auto-detected (unverified)

Claude Desktop

STDIO
stdio:Auto-detected (unverified)

MCP Compatible

STDIO
stdio:Auto-detected (unverified)
Verified - Tested by community
Unverified - Not yet tested
⚡ STDIO🌊 SSE🌐 HTTP

Server Information

License:unknown
Classification:active
Source:Data aggregated from public MCP directories

Quick Stats

Transports:
STDIO
Compatible Clients:3
Install Methods:1

Like this server?

Discover more MCP servers or submit your own to directory.