mcp-server-edgedb
If you are the rightful owner of mcp-server-edgedb 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.
EdgeDB MCP Server is a tool based on the Model Context Protocol (MCP) that provides query and management capabilities for EdgeDB databases.
EdgeDB MCP Server is a versatile tool designed to facilitate the management and querying of EdgeDB databases using the Model Context Protocol (MCP). It can be utilized as a command-line tool or integrated as a library into other projects, offering flexibility for developers. The server supports a range of database management functions, including connecting to databases, listing available databases, creating new databases, and switching between them. Additionally, it provides robust query tools for executing EdgeQL queries, both with and without parameters, and supports advanced operations like filtering, sorting, and pagination. Schema management is also a key feature, allowing users to list types, get type details, and compare schema structures. The server can be installed globally, used temporarily via npx, or added as a project dependency, making it accessible for various development environments.
Features
- Database Management Tools: Connect to databases, list available databases, create new databases, switch current database, and get current database information.
- Query Tools: Execute EdgeQL queries, execute queries with parameters, find single and multiple records with filtering, sorting, and pagination.
- Schema Management Tools: List types, get type details, and compare schema structures.
Tools
Database Management
Tools for managing database connections and operations.
Query Execution
Tools for executing and managing EdgeQL queries.
Schema Management
Tools for handling schema-related operations.