SurrealDB MCP Server
Community bridge to SurrealDB: run SurrealQL, manage records and relations from an agent.
Add it to your client
Communitynpx -y surrealdb-mcp-server
{
"mcpServers": {
"surrealdb-mcp": {
"command": "npx",
"args": [
"-y",
"surrealdb-mcp-server"
]
}
}
}- Transport
- stdio
- Runtime
- Node
- Auth
- Required
- License
- MIT
SurrealDB mixes documents, graphs and relational tables in one engine, and its query language SurrealQL is unfamiliar enough that models get the syntax subtly wrong. This server narrows the gap by offering explicit tools for the common operations — select, create, update, delete, relate — next to a general query escape hatch. Connection URL, namespace, database and credentials are supplied through environment variables when the client launches it.
Similar MCP servers
AgentQL MCP Server
MCP serverExtracts structured data from any page by describing the shape you want, not the selectors.
MongoDB MCP Server
MCP serverQuery MongoDB collections and manage Atlas clusters from an agent session.
ClickHouse MCP Server
MCP serverRun read-only SQL against ClickHouse and browse its databases and tables.

Comments(0)
Sign in to comment