We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/dipseth/dataproc-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
test-mcp-server.sh•370 B
#!/bin/bash
# Build the project
echo "Building the project..."
npm run build
# Set environment variables
export LOG_LEVEL=debug
# Start the MCP server with the inspector
echo "Starting the MCP server with inspector..."
echo "Press Ctrl+C to stop the server when done testing"
# Run the server with the MCP inspector
npx @modelcontextprotocol/inspector build/index.js