We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/litmusautomation/litmus-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
run.sh•254 B
#!/bin/bash
set -e
# Load environment variables from .env file if it exists
if [ -f .env ]; then
source .env
fi
# Start the MCP server directly with Python
# The server uses uvicorn internally and runs on port 8000 by default
python3 src/server.py