We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/f-is-h/mcp-easy-copy'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
build.sh•249 B
#!/bin/bash
# Change to the directory where the script is located
cd "$(dirname "$0")"
# Build the project
npm run build
# Show success message
echo "Build completed successfully!"
echo "To use this MCP service, configure it in Claude Desktop."