Skip to main content
Glama

Vendor Risk Assessment MCP Server

by amarshikhar
setup.py•808 B
#!/usr/bin/env python3 """Easy setup for Vendor Risk Assessment MCP Server""" import os import subprocess import sys import shutil print("šŸš€ VENDOR RISK MCP SETUP") print("=" * 30) # Install dependencies print("šŸ“¦ Installing dependencies...") try: subprocess.check_call([sys.executable, "-m", "pip", "install", "-r", "requirements.txt"]) print("āœ… Dependencies installed") except: print("āŒ Installation failed") # Create .env if needed if not os.path.exists('.env') and os.path.exists('.env.example'): shutil.copy('.env.example', '.env') print("šŸ“ Created .env file") print("āš ļø Please edit .env with your AWS credentials") print("\nšŸŽ‰ Setup complete!") print("\nNext steps:") print("1. Edit .env file") print("2. python test_client.py") print("3. python main.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/amarshikhar/mcp-demo'

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