The Gel Database MCP Server provides a suite of tools that allows LLM agents to seamlessly interact with Gel databases. It automates tasks such as learning database schemas, writing, validating, and executing EdgeQL queries, facilitating natural language interaction with your database. This server empowers agents like Cursor Agent and Claude Code to perform database operations autonomously, improving development workflows. The server includes tools for schema description, query validation, query execution (both EdgeQL and TypeScript), and Gel documentation search, creating a versatile environment for database interaction with LLMs.
Características Principales
01Validates EdgeQL query syntax before execution.
02Searches Gel documentation for relevant information.
03Describes database schema to LLM agents.
04Executes raw EdgeQL queries for data retrieval and operations.
05Executes TypeScript Gel queries made with the query builder syntax