You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: data-platform/data-development/oracle-mcp-server-sqldev-vscode/README.md
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,16 +11,16 @@ MCP has three primary constructs:
11
11
12
12
- Prompts: define reusable prompt templates than can be surfaced by clients to LLMs provide a powerful way to standardize and share common LLM interactions.
13
13
14
-
Oracle SQLcl version 25.2 extends Oracle SQLcl to support MCP-based communication. It enables you to perform operations, create reports, and run queries on Oracle Database using natural language through AI-powered interactions.
14
+
Oracle SQLcl version 25.2 extends Oracle SQLcl to support MCP-based communication. It enables you to perform operations, create reports, and run queries on Oracle Database using natural language through AI-powered interactions.
15
15
16
16
SQLcl MCP Mode:
17
-
- Works with all supported Oracle Database releases (19c, 21c, 23ai) on-prem and in the Cloud (OCI, Azure, AWS, GCP).
17
+
- Works with all supported Oracle Database releases (19c, 21c, 23ai) on-prem and in the Cloud (OCI, Azure, AWS, GCP)
18
18
- Comes with an offer of Server Tools (SQLcl MCP Server Tools):
19
19
- <i><b>list-connections</b></i>: discovers all saved Oracle DB connections
20
20
- <i><b>connect</b></i>: establishes a connection to DB
21
21
- <i><b>disconnect</b></i>: terminates the current DB connection
22
22
- <i><b>run-sql</b></i>: runs standard SQL queries/DDLs/DMLs and PL/SQL code against DB
23
-
- <i><b>run-sqlcl</b></i>: runs specific SQLcl commands
23
+
- <i><b>run-sqlcl</b></i>: runs specific SQLcl commands
24
24
- <i><b>schema-information</b></i>: provides insight metadata details about currently connected schema enriching info returned by query executions (from 25.3.1 version)
25
25
26
26
The SQL Developer Extension for VS Code 25.2 offers Oracle SQLcl MCP Server Integration. The extension when install auto-registers our MCP Server for Copilot, making your SQL Developer database connections available for agentic chat requests, including running SQL and PL/SQL against your database.
@@ -41,7 +41,6 @@ Reviewed: 19.12.2025
41
41
# Team Publications
42
42
-[Introducing SQL Developer SQLcl integration in MS VSCode & MCP support for Oracle Database](https://www.youtube.com/watch?v=521GBhrmrmw&t=2s)
0 commit comments