Skip to main content
Glama

AMC MCP Server

by hi5d
start.shโ€ข711 B
#!/bin/bash # AMC MCP Server Startup Script echo "๐ŸŽฌ Starting AMC MCP Server..." # Check if virtual environment exists 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 # Install package in development mode echo "๐Ÿ“ฆ Installing AMC MCP Server..." pip install -e . # Run tests echo "๐Ÿงช Running tests..." python test_server.py # Start server echo "๐Ÿš€ Starting FastMCP Server..." echo "Press Ctrl+C to stop the server" python -m amc_mcp.fastmcp_server

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/hi5d/amc-mcp'

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