We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/AI-enthusiasts/crawl4ai-rag-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
run_mcp_server.sh•502 B
#!/bin/bash
# MCP Server Wrapper Script for Claude Desktop
# This script ensures UV is in the PATH and runs the MCP server
# Add UV to PATH (adjust this path if UV is installed elsewhere)
export PATH="/home/krashnicov/.local/bin:$PATH"
# Set working directory
cd "$(dirname "$0")"
# Optional: Source .bashrc for any other environment setup
# source ~/.bashrc
# Run the MCP server with UV
# The exec ensures signals are properly forwarded to the Python process
exec uv run python src/crawl4ai_mcp.py