Skip to main content
Glama
207,056 tools. Last updated 2026-06-17 18:36

"SurrealDB" matching MCP tools:

  • Execute SurrealQL queries to interact with SurrealDB databases for complex operations like SELECT with JOINs, schema definitions, transactions, and graph traversals.
    MIT
  • Add new records to SurrealDB tables with automatic ID generation, timestamp management, and schema validation.
    MIT
  • Insert multiple records into a SurrealDB table in a single bulk operation. Optimized for efficient data insertion with auto-generated IDs, timestamps, and schema validation.
    MIT
  • Replace all fields of a SurrealDB record with new data while preserving ID and timestamps. Use for complete record updates rather than partial modifications.
    MIT
  • Permanently remove a database record by its ID, including related graph edges and triggering deletion events. This irreversible operation fails if foreign key constraints exist.
    MIT
  • Retrieve data from SurrealDB tables by selecting all records or specific entries using their ID for display or processing.
    MIT

Matching MCP Servers

  • Update specific fields in SurrealDB records using partial data merges. Modify only selected fields while preserving other record data, including nested properties.
    MIT
  • Create or update database records in SurrealDB. Insert new records when they don't exist, or merge data with existing records when they do.
    MIT
  • Create graph relationships between records in SurrealDB to model connections like follows, likes, or purchases with optional relationship data.
    MIT
  • Apply JSON Patch operations to modify specific database records using RFC 6902 standard, converting patches to SurrealDB merge operations for compatibility.
    MIT