SurrealDB MCP Server
JSON →A standardized interface for AI assistants to interact with a SurrealDB database.
Install
npx approach Tools · 10
- query Execute a raw SurrealQL query.
- select Select records from a table (all or by specific ID).
- create Create a single new record in a table.
- update Update a specific record, replacing its content.
- delete Delete a specific record by ID.
- merge Merge data into a specific record (partial update).
- patch Apply JSON Patch operations to a specific record.
- upsert Create a record if it doesn't exist, or update it if it does.
- insert Insert multiple records into a table.
- insertRelation Create a graph relation (edge) between two records.
Environment variables
SURREALDB_URL
Links
★ 37 GitHub stars