Model Context Protocol (MCP) integration
MCP enhances AI workflows by enabling seamless integration with external systems and tools. It provides a standardized approach for secure communication, allowing AI agents to interact efficiently with diverse services while maintaining flexibility and control within Cloudera AI Agent Studio.
MCP is an open standard that allows AI applications to provide Large Language Models (LLMs) with context drawn from external data sources and tools. By enabling AI agents to establish secure connections with these external systems, MCP significantly expands the functional scope of your AI workflows.
In Agent Studio, MCP servers act as tool families for specific services, such as Slack, Jira, databases, and web search, facilitating secure and controlled agent interaction with these external environments.
Key features of MCP servers
- MCP servers as tool families
–
MCP servers group related tools that grant access to specific services or data sources,
including
the following servers:
- DuckDuckGo MCP server – For web search and content retrieval.
- Slack MCP server – For managing channels, reading messages, and posting updates.
- Jira MCP server – For querying issues, creating tickets, and updating status.
- Database MCP server – For inserting, updating, and querying database records.
- Tool discovery – Agent Studio automatically detects available tools by referencing registered MCP servers. If specific tools are not automatically detected, the MCP server remains fully functional and can still be used within workflows.
- Supported MCP server types
–
Agent Studio supports the execution of MCP servers using environment-specific tools for better
isolation and dependency management,
without
global installation. The
following
execution methods are
supported:
- Python-based servers – Run using the uvx command.
- Node.js-based servers – Run using the npx command.
- Transport limitations
–
Agent Studio currently supports only local MCP servers that
use
the standard Input/Output (
stdio) transport mechanism. In this setup supported MCP servers operate as local processes that communicate throughstdinorstdoutstreams.
For more information on understanding of MCP transport mechanisms, see MCP Transport Documentation.
