@echo off
REM Demo script for Windows to run the complete system
echo ==========================================
echo MCP + RAG Demo for Semiconductor Search
echo ==========================================
echo.
REM Create example Excel if not exists
if not exist "examples\semiconductor_components.xlsx" (
echo Creating example Excel file...
python create_example_excel.py
)
echo.
echo Starting API server...
echo API will be available at http://localhost:8000
echo Press Ctrl+C to stop
echo.
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/chakradharkalle03-arch/MCP2'
If you have feedback or need assistance with the MCP directory API, please join our Discord server