- Step1: Clone the repository from GitHub.
- Step2: Install dependencies using npm install.
- Step3: Create a .env file with your JWT secret key.
- Step4: Run the server with npm run dev.
- Step5: Generate a JWT token via API or MCP Inspector.
- Step6: Connect to the server's SSE endpoint with the token for real-time communication.
- Step7: Test tools and manage sessions via the provided API endpoints.