Skip to main content
Glama

Amplitude MCP Server

by moonbirdai
test.sh381 B
#!/bin/bash # Simple test script for Amplitude MCP server if [ -z "$1" ]; then echo "Error: No Amplitude API key provided" echo "Usage: ./test.sh YOUR_AMPLITUDE_API_KEY" exit 1 fi API_KEY="$1" echo "Testing Amplitude client directly..." node test-amplitude.js "$API_KEY" echo -e "\nTesting MCP server (press Ctrl+C to exit)..." node index.js --api-key "$API_KEY" --debug

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/moonbirdai/amplitude-mcp-server'

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