We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/VeriTeknik/pluggedin-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
test-local.sh•267 B
#!/bin/bash
# Script to run tests locally for development
# Tests are excluded from Docker builds to minimize footprint
echo "Running pluggedin-mcp tests locally..."
echo "Note: Tests are not included in Docker builds to keep the image lightweight"
echo ""
npm test