Businesses increasingly turn to agentic AI intelligent systems that act autonomously, make decisions, and interact with tools — to drive modernization. IBM i platforms, known for reliability in core business applications, now embrace this wave through the Model Context Protocol (MCP). IBM’s dedicated MCP server for IBM i bridges cutting-edge AI agents with Db2 for i databases and system resources.
This comprehensive guide dives into the Model Context Protocol, explains how the MCP server operates on IBM i, and highlights practical applications that empower developers and administrators.
Anthropic introduced the Model Context Protocol (MCP) in late 2024 as an open-source standard that standardizes communication between large language models (LLMs) and external tools, databases, and services. MCP functions like a “USB-C port for AI,” enabling plug-and-play integrations that allow AI agents to access real-time context without custom coding for each connection.
MCP tackles key challenges in agentic AI systems:
Developers use MCP to connect AI applications — such as Claude, Cursor, or custom agents — to resources like APIs, file systems, and databases. The protocol relies on JSON-RPC 2.0 over transports like stdio (local) or Server-Sent Events (SSE) for remote interactions.
MCP follows a clear client-server model that drives efficient AI interactions:

AI agents discover available tools, call them via natural language prompts, and receive streamed results. This setup empowers agents to reason, act, and adapt in dynamic environments.
IBM released the official IBM i MCP server in beta in October 2025 (with ongoing updates through 2026) as an open-source project under Apache 2.0 license. Hosted on GitHub at IBM/ibmi-mcp-server, this server enables AI agents to interact securely with IBM i systems.
The server primarily provides SQL-based access to Db2 for i, leveraging Mapepire — IBM’s WebSocket database gateway — for low-latency connections. Administrators define tools in YAML files, exposing predefined queries for system monitoring, database operations, and more.
Key highlights:
The IBM i MCP server bridges AI clients and IBM i:

This architecture ensures secure, controlled access — no arbitrary command execution, only admin-approved SQL tools.
The server delivers robust capabilities:
The IBM i MCP server unlocks powerful agentic AI scenarios:

Developers integrate these capabilities into tools like Project Bob (IBM’s AI code assistant for RPG/COBOL) or third-party agents for end-to-end automation.
Security remains paramount. The server uses:
Admins control exposure, ensuring AI agents access only authorized data and operations.
IBM plans to expand the MCP server with hundreds more tools in 2026, deepening integration with watsonx and other AI platforms. As MCP adoption grows across the industry, IBM i positions itself at the forefront of agentic AI, enabling businesses to modernize legacy systems intelligently.
The Model Context Protocol and IBM i MCP server transform how AI interacts with IBM i environments. Developers now build intelligent agents that query Db2, monitor systems, and automate tasks securely and efficiently.
Explore the GitHub repository today, deploy the server, and start experimenting with agentic AI on your IBM i systems. The future of intelligent enterprise computing on Power Systems begins here.