AI Features Overview

Introduction to NeoSQL's MCP-based AI features.

What is MCP-Based AI?

NeoSQL has a built-in MCP (Model Context Protocol) server that can integrate with AI clients that support MCP, such as Claude Desktop and Cursor. When you make a request in natural language from an AI client, NeoSQL provides database context (table structures, relationships, data types, etc.) to the AI, resulting in more accurate outcomes.

NeoSQL does not include an AI chat UI.

Conversations with AI take place in external MCP clients like Claude Desktop or Cursor. NeoSQL acts as an MCP server, processing requests and reflecting results in the app.

Key AI Features

NeoSQL AI features available through MCP clients.

🏗️

Table Structure Creation

Describe in natural language and the AI designs appropriate table structures (columns, types, constraints) and auto-adds them to the NeoSQL ERD.

✏️

Table Modification

Request modifications to existing table structures in natural language and the AI reflects changes in NeoSQL.

💬

NL2SQL (Natural Language -> SQL)

Convert questions like "number of users who signed up last month" into SQL queries, execute them, and return results.

MCP Setup

How to set up MCP clients to use NeoSQL's AI features.

1

Open MCP Configuration Modal

Open the MCP Configuration modal from the NeoSQL project screen.

2

Select Connection & Schema

Select the database connection and schema that AI will reference. You can also configure DDL immediate execution and Auto Commit options.

3

Download or Copy .mcp.json

Download or copy the generated .mcp.json configuration and register it in your MCP client (Claude Desktop, Cursor, etc.).

MCP 설정