Skip to main content
Glama
run.sh310 B
#!/bin/bash set -e SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)" cd "$SCRIPT_DIR" if [ ! -d ".venv" ]; then echo "Virtual environment not found. Run: python -m venv .venv && .venv/bin/pip install -e ." exit 1 fi export PYTHONPATH="$SCRIPT_DIR/src:$SCRIPT_DIR" .venv/bin/python -m main

Latest Blog Posts

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/fellowabhi/ControlAPI-openapi-to-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server