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.
SurrealDB MCP Server
A Model Context Protocol (MCP) server that provides a standardized interface for AI assistants to interact with a SurrealDB database. This server allows AI systems to query and manipulate data within a configured SurrealDB instance.
Installation Guide
- Supports installation for various AI assistants such as Cline, Claude, Copilot, Roo Code, Windsurf, and Cursor.
- Each installation guide provides steps to add the server configuration and verify the installation.
Available Tools
- Includes
query
,select
,create
,update
,delete
,merge
,patch
,upsert
,insert
,insertRelation
for interacting with SurrealDB.
Required Environment Variables
- The server requires environment variables like
SURREALDB_URL
,SURREALDB_NS
,SURREALDB_DB
,SURREALDB_USER
, andSURREALDB_PASS
to connect to a SurrealDB instance.
Troubleshooting
- Provides solutions for common errors like module not found and connection issues.
Advanced Configuration
- Options for using a local build and contributing to development.
Integration with n8n
- Describes how to integrate with n8n using community nodes.