Skip to content
VS Code

surrealdb mcp for VS Code

io.github.mrfentmen/surrealdb-mcp

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

client:VS Code transport:stdio runtime:npm

Install surrealdb mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "surrealdb-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "surrealdb-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

surrealdb mcp in other clients