4.4.1 Provide MCP Server Details
Enter MCP server details to register an external MCP integration in MicroTx Workflows and to use it as a tool during workflow execution.
Later, you can reference the configured MCP servers in agentic planner tasks, agent profiles used by agentic task in workflow execution, and agent profiles used by conversational agent APIs.
At runtime, MicroTx Workflows discovers the tools exposed by the configured MCP servers and makes available for workflow task and agent execution.
Before providing MCP server details, ensure the following points:
- The MCP server endpoint or process command is available and MicroTx Workflows can access it.
- Identify the transport mode and provide the command if you select
STDIO as the transport mode or provide the URL if you
select SSE.
Note:
Use STDIO transport only when the MCP server can be started as a local process from the MicroTx Workflows server at runtime. In Docker or Kubernetes deployments, the command is executed inside the workflow server container or pod, not on the client machine. Ensure that the executable, runtime dependencies, scripts, environment variables, permissions, and any required files are available in that container. For example, to use an npx-based MCP server, ensure thatNode.js,npm,npxand the required MCP package must be installed or packaged in the workflow server image. If the MCP server runs in a separate container, pod, host, or managed service, use SSE or HTTP-based transport instead of STDIO. - MCP server connections support authentication using API token and token propagation. To authenticate using API key, ensure that a valid API token is available. To authenticate using token propagation, ensure that token propagation is enabled in your environment.
- The MCP server exposes the tools you want to use during agent or planner execution.
You can use the MCP server details within Agentic Planner task and in the Agent profiles, which are used in Agentic task inside workflow and the Conversational agent chat API.
Parent topic: Manage MCP Server Details