#!/bin/bash
echo "Restarting ClarusRev API..."
# Kill any existing API processes
pkill -f "uvicorn.*main:app" 2>/dev/null || true
# Wait a moment
sleep 3
# Navigate to API directory and start
cd /Users/robertlee/GitHubProjects/ClarusRev/api
# Start the API server
python3 -m uvicorn main:app --reload --host 0.0.0.0 --port 8000
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Coder-RL/Claude_MCPServer_Dev1'
If you have feedback or need assistance with the MCP directory API, please join our Discord server