Skip to main content
Glama

NetBox MCP Server

by fringemonkey
test-mcp-server.batโ€ข594 B
@echo off REM NetBox MCP Server Test Script for Windows REM This script tests the MCP server end-to-end echo ๐Ÿงช Testing MCP server... REM Start development services echo ๐Ÿš€ Starting development services... docker-compose -f docker-compose.dev.yml up -d REM Wait for services to be ready echo โณ Waiting for services to be ready... timeout /t 15 /nobreak >nul REM Run tests echo ๐Ÿ”ฌ Running tests... python -m pytest tests/ -v --tb=short REM Test MCP server functionality echo ๐Ÿ”ง Testing MCP server functionality... python examples/test_mcp_server.py echo โœ… All tests completed!

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/fringemonkey/mcp-dc'

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