Skip to content
navigateopenescclose
Claude+372Whisper+228LangChain+168Codex+223NotebookLM+276DALL-E 3+192DeepL+249n8n+208Topaz Video AI+153LlamaIndex+161
SurrealDB MCP Server logo
MCP server

SurrealDB MCP Server

Community bridge to SurrealDB: run SurrealQL, manage records and relations from an agent.

0
SaveVisit website ↗

Add it to your client

Community
Install
npx -y surrealdb-mcp-server
mcpServers
{
  "mcpServers": {
    "surrealdb-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "surrealdb-mcp-server"
      ]
    }
  }
}
Transport
stdio
Runtime
Node
Auth
Required
License
MIT

SurrealDB mixes documents, graphs and relational tables in one engine, and its query language SurrealQL is unfamiliar enough that models get the syntax subtly wrong. This server narrows the gap by offering explicit tools for the common operations — select, create, update, delete, relate — next to a general query escape hatch. Connection URL, namespace, database and credentials are supplied through environment variables when the client launches it.

Comments(0)

Sign in to comment

No comments yet — be the first.

Similar MCP servers

Report this comment

Why are you reporting this?