A Model Context Protocol (MCP) server that provides a standardized interface for AI assistants to interact with a SurrealDB database. This server enables AI systems to query and manipulate data within a configured SurrealDB instance.
Aucun avis encore. Soyez le premier à donner votre avis !
Connectez-vous pour rejoindre la conversation
Execute a raw SurrealQL query.
Select records from a table (all or by specific ID).
Create a single new record in a table.
Update a specific record, replacing its content.
Delete a specific record by ID.
Merge data into a specific record (partial update).
Apply JSON Patch operations to a specific record.
Create a record if it doesn't exist, or update it if it does.
Insert multiple records into a table.
Create a graph relation (edge) between two records.