We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ivossos/fccs-mcp-ag-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
start-mcp-server.bat•350 B
@echo off
REM Start the MCP server (for Claude Desktop)
if not exist "venv" (
echo Virtual environment not found. Please run setup-windows.bat first.
pause
exit /b 1
)
call venv\Scripts\activate.bat
echo Starting FCCS MCP Server...
echo This server communicates via stdio for Claude Desktop
echo.
python -m cli.mcp_server