NeoSQL MCP

Connect your AI assistants to NeoSQL with the Model Context Protocol (MCP). MCP is an open standard that lets AI assistants access and interact with your NeoSQL project and database.

What is the NeoSQL MCP Server?

The NeoSQL MCP Server lets AI assistants access your NeoSQL project and database within the scope you've allowed. It works with popular AI assistants that support MCP, including Claude Code, Codex, and Gemini.

The diagram below shows the full flow: the MCP client inside an AI assistant connects to the NeoSQL MCP Server, and the server provides project context and database operation tools.

AI Assistants
Claude Code
Codex
Gemini
NeoSQL
NeoSQL MCP Server
NeoSQL Context
Project / ERD
Schema / table
DB actions

When an MCP client inside an AI assistant sends a request to the NeoSQL MCP Server, the server handles context lookup and database actions within the allowed project and connection scope, then returns the result to the AI assistant.

NeoSQL does not include an AI chat UI.

Conversations with AI take place in external MCP clients like Claude Code, Codex, or Gemini. 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 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 changes to existing table structures in natural language and the AI reflects them 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.