# SurrealDB Connection Configuration
# Copy this file to .env and update with your actual values
# SurrealDB WebSocket URL
# For local development: ws://localhost:8000/rpc
# For remote: wss://your-surrealdb-instance.com/rpc
SURREAL_URL=ws://localhost:8000/rpc
# Database credentials
# For local development, these are typically root/root
# For production, use secure credentials
SURREAL_USER=root
SURREAL_PASSWORD=root
# SurrealDB namespace and database
# These define the logical database context
SURREAL_NAMESPACE=test
SURREAL_DATABASE=test
# Optional: Connection pool configuration
# SURREAL_POOL_SIZE=10
# SURREAL_POOL_MIN_SIZE=2
# SURREAL_CONNECTION_TIMEOUT=30
# SURREAL_POOL_TIMEOUT=10
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/lfnovo/surreal-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server