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
test-mcp.sh•181 B
#!/bin/bash
# Test script for MCP Inspector with custom port
PORT=${1:-6278}
echo "Starting MCP Inspector on port $PORT..."
mcp-inspector --port $PORT uv run examples/run_server.py