Installation
Install Guide
This guide explains how to install and run the Coral Server locally, which acts as the messaging and coordination layer between Coralized Agents. It also includes instructions for setting up the Coralizer CLI.
1. Clone the Repository
First, clone the Coral Server repository:
2. Run the Server
The server can be started using Gradle or Java. By default, it runs in SSE mode on port 3001.
3. Verify the Server is Running
After startup, the server should be accessible at:
You can use the MCP Inspector or custom clients to interact with the server.
4. Install Coralizer CLI
To convert tools into Coralized Agents, install the Coralizer CLI:
Verify the installation:
Once the server and CLI are installed, you are ready to build, coralize, and register your own agents.