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.
아직 리뷰가 없습니다. 첫 번째 리뷰를 작성해 보세요!
대화에 참여하려면 로그인하세요
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.