Skip to main content
Glama

Gurddy MCP Server

by novvoo
build.bat554 B
@echo off REM Build script for Windows REM This runs pre-build hooks, tests, then builds echo Building gurddy-mcp package... echo Running pre-build hooks... python scripts/build_hook.py if %ERRORLEVEL% NEQ 0 ( echo Pre-build hooks failed! exit /b %ERRORLEVEL% ) echo Running tests... python -m pytest tests/ -v if %ERRORLEVEL% NEQ 0 ( echo Tests failed but continuing with build... ) echo Building package... python -m build %* if %ERRORLEVEL% NEQ 0 ( echo Build failed! exit /b %ERRORLEVEL% ) echo Build completed successfully!

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/novvoo/gurddy-mcp'

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