This tool acts as a streamlined Model Context Protocol (MCP) server, designed for seamless interaction with a single, pre-configured Watson Orchestrate agent. It provides a minimal interface, offering only `invoke_agent` and `get_agent` functionalities, making it ideal for scenarios requiring direct communication with an agent without the overhead of broader tool or agent management. Users can define their Watson Orchestrate API key, instance URL, and agent ID via environment variables or client configuration, enabling quick setup and verification across various MCP clients like Cursor, VS Code, and Langflow.
Key Features
01Remotely invokes a single Watson Orchestrate agent
02Lightweight architecture focused solely on agent interaction
03`invoke_agent` tool for sending messages and receiving agent responses
04Configurable via environment variables or MCP client settings
05`get_agent` tool for retrieving configured agent details
060 GitHub stars