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.
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.
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.
claude mcp add surrealdb-mcp -- npx -y surrealdb-mcp
{
"mcpServers": {
"surrealdb-mcp": {
"args": [
"-y",
"surrealdb-mcp"
],
"command": "npx"
}
}
}
[mcp_servers.surrealdb-mcp]
command = "npx"
args = ["-y", "surrealdb-mcp"]
{
"mcpServers": {
"surrealdb-mcp": {
"args": [
"-y",
"surrealdb-mcp"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"surrealdb-mcp": {
"args": [
"-y",
"surrealdb-mcp"
],
"command": "npx"
}
}
}
MCP server for Hasura: metadata export, SQL passthrough. Works with any self-hosted instance.
MCP server for SQL Server: schema inspection, safe read-only queries, query plan analysis
A Snowflake MCP server — SQL queries, schema exploration, and data insights for AI assistants
PostgreSQL MCP server - query, schema introspection, explain, and health checks for AI assistants
MCP server for MySQL/MariaDB — pooled async queries with destructive-query safety
MCP server proxy for SQLBot Text-to-SQL queries and report generation.
Database MCP server for schema discovery, comments, and SQL queries.
MCP server for SQL Server Express LocalDB on Windows: manage instances, run T-SQL, discover DBs
Answers built from our own checks of this server.