christian561_gel-mcp-server
If you are the rightful owner of christian561_gel-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The Gel Database MCP Server is a TypeScript-based server designed to streamline Gel database operations using EdgeQL queries, providing tools for LLM agents to automate schema learning and query execution.
The Gel Database MCP Server is a robust TypeScript-based Model Context Protocol (MCP) server that facilitates seamless interaction with Gel databases through EdgeQL queries. It is designed to automate the learning of database schemas and the writing, validating, and executing of database queries using LLM agents like Cursor Agent and Claude Code. This server allows users to interact with their Gel database using natural language, making it easier for developers to manage and query their databases without needing to manually write complex queries. The server has been tested with various LLM agents, showing promising results in automating database operations. It supports a hybrid approach to documentation, allowing agents to search through Gel documentation and access complete documentation files for comprehensive understanding.
Features
- Automated schema learning and query execution using LLM agents.
- EdgeQL query validation and execution for safe and efficient database operations.
- Integration with Gel documentation for enhanced query development and understanding.
- Support for executing both EdgeQL and TypeScript queries.
- Tested compatibility with various LLM agents, including Cursor Agent and Claude Code.
Tools
describe-schema
Help the agent understand the database structure
validate-query
Verification query syntax
execute-edgeql
Execute EdgeQL query
search-gel-docs
Search for Gel Documents
execute-typescript
Execute TypeScript query