Skip to content
SurrealDB MCP logo

Typed database interface for agents with schema discovery and SurrealDB Cloud management

Visit Website
Tracked since2026
0 reviews tracked

What is SurrealDB MCP?

Editorial review
SurrealMCP is SurrealDB's official MCP server, giving an agent a typed interface to a database instead of a raw connection string and a prompt full of SQL. It exposes schema discovery across namespaces, databases, tables and field definitions, record-level operations to select, create, update, upsert and delete, and a general query tool that executes SurrealQL directly for anything the structured tools do not cover. Because SurrealDB is multi-model, one server covers document records, graph edges created through relate, and the schema-flexible tables in between, so an agent can traverse relationships without an ORM sitting in the middle translating. It also reaches SurrealDB Cloud management: listing organizations and instances, and provisioning or pausing them. That combination lets an agent stand up a scratch database for a task, load fixtures, run its work, and tear the instance down when it finishes. It ships as a compiled binary and as a container image, connects over stdio for local editor use or over HTTP for a shared deployment, and authenticates with the same root, namespace or database level credentials SurrealDB already uses, so the agent inherits exactly the grants of the user it connects as. Built for developers building agent applications on SurrealDB and for anyone who wants schema-aware database access from their editor.

Preview

Key Features

Discovers namespaces, databases, tables and field definitionsSelects, creates, updates, upserts and deletes records through typed toolsCreates graph relationships between records with a relate toolExecutes arbitrary SurrealQL for anything the structured tools do not coverManages SurrealDB Cloud organizations and instances, including provisioning and pausingRuns over stdio or HTTP and inherits the permissions of the connecting database user

Pricing

Freemium

SurrealDB MCP offers a generous free tier with optional paid upgrades for advanced features.

View pricing

Reviews

Improve Your Thinking Patterns Using ChatGPT cover
$99Free with your review

Review SurrealDB MCP, get a free AI guide

Share your experience and we will send you Improve Your Thinking Patterns Using ChatGPT, free.

Write a review

Best SurrealDB MCP Alternatives

Top alternatives based on features, pricing, and user needs.

View full list →

Most buyers shortlist 2 or 3 tools before committing. Pull a side-by-side comparison or browse the full alternatives shortlist below.

Explore More

SurrealDB MCP FAQ

How does SurrealDB MCP let an agent traverse relationships without an ORM?

SurrealDB is multi-model, so one server covers document records, graph edges created through relate, and schema-flexible tables. This allows an agent to traverse relationships directly without an ORM translating between models.

How does SurrealDB MCP compare to Turso MCP for database access?

Unlike Turso MCP, SurrealDB MCP provides a typed interface with schema discovery across namespaces, databases, tables, and field definitions, and it supports multi-model operations including document records, graph edges, and schema-flexible tables without an ORM.

Which teams benefit most from using SurrealDB MCP?

Teams building agent applications on SurrealDB benefit most, as well as developers who want schema-aware database access from their editor for tasks like standing up scratch databases, loading fixtures, running work, and tearing down instances.

How is SurrealDB MCP priced?

SurrealDB MCP is available on a free tier, with paid plans for more usage and features.

Can SurrealDB MCP manage SurrealDB Cloud resources directly?

Yes, SurrealDB MCP reaches SurrealDB Cloud management to list organizations and instances, and to provision or pause them, allowing an agent to stand up a scratch database for a task and tear it down when finished.

How does SurrealDB MCP authenticate with a database?

SurrealDB MCP authenticates with the same root, namespace, or database level credentials SurrealDB already uses, so the agent inherits exactly the grants of the user it connects as.

Does SurrealDB MCP support both local and shared deployments?

Yes, SurrealDB MCP ships as a compiled binary and as a container image, and it connects over stdio for local editor use or over HTTP for a shared deployment.

Guides & Articles