mcpbeat Sign in

Surrealdb MCP Server

local only

Surrealdb MCP runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 23 Sep 2026.

MCP server for SurrealDB: version check, SQL queries. Works with any instance.

Installs / week
npm · surrealdb-mcp
0
Stars
0 open issues
23 Sep 2026
Last commit
0 releases in 90 days
License
TypeScript

Nothing serious here today

Today is the operative word: we check Surrealdb MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add surrealdb-mcp -- npx -y surrealdb-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "surrealdb-mcp": {
      "args": [
        "-y",
        "surrealdb-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.surrealdb-mcp]
command = "npx"
args = ["-y", "surrealdb-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "surrealdb-mcp": {
      "args": [
        "-y",
        "surrealdb-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "surrealdb-mcp": {
      "args": [
        "-y",
        "surrealdb-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Surrealdb MCP

same job, measured the same way
Hasura MCP
by mrfentmen

MCP server for Hasura: metadata export, SQL passthrough. Works with any self-hosted instance.

local only
SqlServerMcp
by nithish1206

MCP server for SQL Server: schema inspection, safe read-only queries, query plan analysis

local only
Snowflake MCP Server
by nsphung

A Snowflake MCP server — SQL queries, schema exploration, and data insights for AI assistants

591 installs/wk local only
PostgreSQL MCP Server
by yawlabs

PostgreSQL MCP server - query, schema introspection, explain, and health checks for AI assistants

2 373 installs/wk local only
Mysql
by codechap

MCP server for MySQL/MariaDB — pooled async queries with destructive-query safety

local only
SQLBot MCP Proxy
by wenrou21

MCP server proxy for SQLBot Text-to-SQL queries and report generation.

local only
AdoMcp
by john0king

Database MCP server for schema discovery, comments, and SQL queries.

local only
MSSQL LocalDB MCP
by hermessilva

MCP server for SQL Server Express LocalDB on Windows: manage instances, run T-SQL, discover DBs

local only

Surrealdb MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Surrealdb MCP?
Surrealdb MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package surrealdb-mcp.
How do I connect Surrealdb MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls surrealdb-mcp straight from npm; nothing to host, nothing to sign up for.
Is Surrealdb MCP open source?
We cannot say either way: written in TypeScript and 0 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.