Skip to main content
Glama

AI_SOC_MCP_Server_Sher

build_and_install.sh825 B
#!/bin/bash # Build and install the MCP AI SOC Sher package # Ensure we're in the project root directory cd "$(dirname "$0")" || exit 1 echo "=== Building MCP AI SOC Sher package ===" # Clean up any previous builds rm -rf dist/ build/ *.egg-info/ # Install dependencies pip install --upgrade pip setuptools wheel build # Create the distributable packages python -m build echo -e "\n=== Installing MCP AI SOC Sher package ===" pip install -e . echo -e "\n=== Installation complete! ===" echo "You can now run MCP AI SOC Sher with:" echo " mcp-ai-soc --type local --stdio --sse" echo " or" echo " python -m mcp_ai_soc_sher --type local --stdio --sse" echo " or" echo " ./run_mcp_ai_soc.py --type local --stdio --sse" echo "" echo "Don't forget to set your OPENAI_API_KEY in .env file or as an environment variable!"

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/akramIOT/MCP_AI_SOC_Sher'

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