Oracle integrated model context protocol (MCP) into its Database platform, bringing AI-based remote database interaction into network environments.

According to an Oracle blog published this week, Oracle Database is immediately available on any platform supporting MCP, which is an open standard introduced by Anthropic to standardize the way AI systems – in particular large language models (LLMs) – integrate and communicate with external data sources, tools, and systems. This can help developers query data, generate reports, run vector queries, and perform data handling operations.

For the Oracle implementation, developers can use either Oracle SQL Developer with Microsoft Copilot for VSCode, or Oracle Database’s SQLcl command-line interface (CLI). MCP tools are provided to the AI assistant and its LLMs allowing connection to an Oracle Database and executing SQL queries and scripts.

Network and infrastructure teams can integrate this capability into automated environments where databases need to respond to remote, structured queries from AI agents – AI models that perform tasks autonomously, processing data and continuously adapting based on those results.

MCP integration can make it easier for teams to build smarter monitoring and troubleshooting workflows. For example, letting dashboards, monitoring systems, or other tools automatically run diagnostics, queries, or tuning suggestions through the MCP server.

As an example, Hewlett Packard Enterprise (HPE) recently released its own AI agents with insight that can be fed through an MCP to help manage various HPE services like its AI Essentials, HPE Virtualization, or Aruba network management.

AI assistants and DevOps tools also have the potential to connect to databases over the network in a consistent, structured way, making it easier to integrate with tools managing traffic and communication, and code delivery/deployment.

Oracle’s blog touches on the security implications of permitting LLM access to a database. To stem unauthorized data exposure, Oracle recommended that database connections used by its MCP Server be defined using database users with the least privileges necessary.

While not discussed, the networking side will likely see Oracle administrators filtering and monitoring MCP activity, keeping sessions separated using network segmentation and sending logs from the MCP Server to central security platforms for real-time tracking.