Start a local HTTP server to serve Alethia demo pages on localhost and return the base URL. Use this localhost URL to show demo pages in preview panels instead of file:// paths.
Update a server configuration setting at runtime. Changes take effect immediately but may not persist across restarts; check available settings with get_server_settings first.
Monitor TimeBase server activity by listing active cursors, loaders, connections, and locks. Choose a specific collection or view all to diagnose resource usage.
Render a Ghost theme locally to preview layout and styling in a browser before activating on the live site. Builds static templates with sample content and serves on localhost.
Inspect, manage, and kill local dev servers via MCP. Stop guessing what's on :3000. Five tools: list servers with framework detection, inspect ports, find zombies, diagnose conflicts, safe-kill with dry-run default. Local, no cloud, no telemetry.
Read-only MySQL MCP server that lets AI agents list tables, describe schemas, and run SELECT/SHOW/EXPLAIN queries with a row cap, bound to a single database for safety.
Complete two-factor authentication by prompting a human to enter the one-time code on a secure localhost page; the server submits it and returns status without exposing the code to the AI.
Creates compressed remote MySQL, PostgreSQL, or MongoDB backups over SSH without modifying the source database. Supports transaction-safe MySQL dumps and PostgreSQL custom-format backups.
List databases on a remote server, or list tables (SQL) and collections (MongoDB) for a given database. Supports MySQL, PostgreSQL, and MongoDB. Read-only operation.