surrealdb.sh

Browse SurrealDB docs using bash. Designed for agents.

Get started

$ ssh surrealdb.sh

Connect over SSH and explore the docs with standard Unix tools: grep, cat, find. No API key needed.

Setup with Claude Code

$ ssh surrealdb.sh setup | claude

Pipe the setup snippet directly into Claude Code to configure it with the SurrealDB doc context.

Give your agent the docs

Recommended

Appends a lightweight markdown snippet to your agent rules file. Tells your agent to check the latest SurrealDB docs before implementing features, reducing hallucinations.

$ ssh surrealdb.sh agents >> AGENTS.md

Works with CLAUDE.md, GEMINI.md, AGENTS.md, or any agent rules file.

How it works

📄

Full doc access

All SurrealDB docs at /surrealdb/docs: SurrealQL, SDKs, Cloud, and more.

🔒

Read-only sandbox

Isolated, read-only virtual filesystem. No auth required, no data at risk.

Built for agents

Command output caching and rate limiting, designed for repeated programmatic access.

🔧

Unix native

Use grep, find, awk and whatever your agent already knows.

© SurrealDB 2026