Skip to main content
Glama

License Scanner MCP Server

by RyanCadby
install.sh674 B
#!/bin/bash # License Scanner MCP Server Installation Script echo "Installing License Scanner MCP Server..." # Create virtual environment if it doesn't exist if [ ! -d "venv" ]; then echo "Creating virtual environment..." python3 -m venv venv fi # Activate virtual environment echo "Activating virtual environment..." source venv/bin/activate # Install dependencies echo "Installing dependencies..." pip install -r requirements.txt echo "Installation complete!" echo "" echo "To run the server:" echo " source venv/bin/activate" echo " python run_server.py" echo "" echo "To test the server:" echo " source venv/bin/activate" echo " python test_server.py"

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/RyanCadby/mcp-license-scanner'

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