A Model Context Protocol (MCP) server that provides a standardized interface for AI assistants to interact with a SurrealDB database.
{
"mcpServers": {
"surrealdb": {
"command": "npx",
"args": [
"-y",
"surrealdb-mcp-server"
]
}
}
}