We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/hnmr293/gdb-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
run-inspector.sh•362 B
#!/bin/bash
# MCP Inspector runner for WSL without Windows integration
# Disable Windows detection
export WSL_DISTRO_NAME=""
export WSL_INTEROP=""
# Set browser to no-op
export BROWSER="echo Browser disabled:"
echo "Starting MCP Inspector..."
echo "Please manually open the URL shown below in your browser"
echo ""
# Run mcp-inspector
exec mcp-inspector "$@"