PulseAugur
实时 22:51:05

Oracle DBA builds AI tools using 23ai and Anthropic's MCP

An Oracle DBA has developed two open-source AI infrastructure projects, demonstrating how existing database administration skills are transferable to AI development. The first project, 'Talk to EBS,' is a retrieval-augmented generation (RAG) assistant that answers questions about Oracle E-Business Suite using Oracle Database 23ai's native vector search and Cohere embeddings. The second project, 'mcp-oracle-dba,' implements Anthropic's Model Context Protocol (MCP) to securely allow LLMs like Claude to interact with an Oracle database, including features like schema listing, table description, and SELECT query execution with PII redaction, while preventing destructive commands. AI

影响 Demonstrates how existing database administration skills can be leveraged to build practical AI infrastructure, potentially easing the transition for DBAs into AI roles.

排序理由 The cluster describes the creation of AI-adjacent tools by an individual, rather than a core AI model release or significant industry event.

在 dev.to — MCP tag 阅读 →

AI 生成摘要 · Google Gemini · 来自 1 个来源。 我们如何撰写摘要 →

Oracle DBA builds AI tools using 23ai and Anthropic's MCP

报道来源 [1]

  1. dev.to — MCP tag TIER_1 English(EN) · Ranjith Kumar Kondoju ·

    An Oracle DBA builds AI: shipping Oracle 23ai RAG and an MCP server in a weekend

    <p>I asked Claude to 'DROP TABLE' on my Oracle database.</p> <p>It tried. The guardrails refused. The audit log captured it.</p> <p>That's the demo screenshot at the top of <a href="https://github.com/shopsmartai/mcp-oracle-dba" rel="noopener noreferrer"><code>mcp-oracle-dba</cod…