1. Clone the Repository

First, clone the Coral Server repository:

git clone <https://github.com/Coral-Protocol/coral-server.git>
cd coral-server

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:

<http://localhost:3001/sse>

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:

pip install coralizer-cli

Verify the installation:

coralizer --version

Once the server and CLI are installed, you are ready to build, coralize, and register your own agents.