#!/bin/bash
echo "Starting API with proper Python environment..."
# Kill any existing API processes
pkill -f "uvicorn.*main:app" 2>/dev/null || true
sleep 2
# Use the full python path from the working process
cd /Users/robertlee/GitHubProjects/ClarusRev/api
# Start with uvicorn from Python Library on port 8090 to avoid conflicts
/Users/robertlee/Library/Python/3.9/bin/uvicorn main:app --reload --host 0.0.0.0 --port 8090
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