server

Start and configure the Dojo registry server for API, search, and graph endpoints.

Updated Apr 10, 2026
One-click install
npx skills add https://github.com/theslashdojo/dojo --skill server-theslashdojo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: server
Source: https://github.com/theslashdojo/dojo/tree/main/nodes/dojo/server
Command: npx skills add https://github.com/theslashdojo/dojo --skill server-theslashdojo

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Developers and operators need a reliable, configurable Dojo registry server to host the API, search, and graph endpoints for local development, testing, and production deployments.

Core Features & Use Cases

  • Start and configure the Dojo registry server that serves the API, search, and graph endpoints for a running Dojo instance.
  • Supports development hot-reload (via nodemon when available) and production deployment with stable performance and environment-driven configuration.
  • Exposes a compact startup sequence and health checks to verify node loads and readiness.

Quick Start

From the repository root, go to server and run ./scripts/start-server.sh --dev to start in development or --prod for production.

Frequently Asked Questions about server

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I start a Dojo registry server for local development?

Start the Dojo registry server for local development by executing the startup script with the development flag. This enables hot-reload via nodemon and hosts the API, search, and graph endpoints for testing.

What is the Dojo registry server used for?

The Dojo registry server is used to host API, search, and graph endpoints for a running Dojo instance. It enables discovery, knowledge delivery, and publishing workflows across local development, testing, and production deployments.

Can I configure the Dojo registry server using environment variables?

Yes, you configure the Dojo registry server using environment variables. The server applies environment-driven configuration to manage settings across local development, testing, and production deployments.

Does the Dojo registry server support production deployments?

Yes, the Dojo registry server supports production deployments with stable performance. It exposes startup sequences and health checks to verify node loads and ensure system readiness.

How does the registry server build its search index and graph?

The registry server builds its search index and graph by loading node manifests from disk. It then exposes these searchable structures through a stable HTTP API for discovery and knowledge delivery.