mcp
Installation
SKILL.md
SpacetimeDB over MCP
A SpacetimeDB host speaks MCP, so an MCP-aware client can operate a live database with tool calls
instead of shell commands. If the client exposes spacetimedb tools, use them for anything that
reads or changes a running database.
Check the tool list before deciding they are missing. The tools are passive: they appear as
spacetimedb.list_databases, spacetimedb.get_schema, spacetimedb.sql, spacetimedb.call, and
spacetimedb.ping, and nothing announces them.
Which to reach for
| Task | Use |
|---|---|
| List databases, read a schema, run SQL, call a reducer | MCP tools |
| init, build, publish, generate, start, logs | spacetime CLI (see the cli skill) |