Model Context Protocol (MCP) server for database queries - enables AI assistants like GitHub Copilot to execute read-only SQL queries against Oracle databases
{
"mcpServers": {
"mcp-oracle-database": {
"command": "npx",
"args": [
"-y",
"mcp-oracle-database"
]
}
}
}