surrealdb-mcp-server

surrealdb-mcp-server

17

The SurrealDB MCP Server is a Model Context Protocol implementation that allows AI assistants to interact with SurrealDB databases. It provides tools for data manipulation and supports multiple AI assistant platforms for seamless integration.

query

Execute original SurrealQL query

select

Select a record from the table

create

Create a new record in the table

update

Update specific records

delete

Delete a specific record by ID

merge

Merge data into specific records (partially updated)

patch

Apply JSON Patch Operations to Specific Records

upsert

Create if the record does not exist, update if it exists

insert

Insert multiple records into the table

insertRelation

Create graph relationships (edges) between two records