Skip to main content
Glama

License Scanner MCP Server

by RyanCadby
run_server.py544 B
#!/usr/bin/env python3 """ Simple script to run the License Scanner MCP Server """ import sys from pathlib import Path # Add the current directory to Python path sys.path.insert(0, str(Path(__file__).parent)) from license_scanner import mcp if __name__ == "__main__": print("Starting License Scanner MCP Server...") print("Available tools:") print("- scan_dependencies(project_path)") print("- generate_license_report(project_path, output_file)") print("- list_package_managers(project_path)") print() mcp.run()

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