We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/winsthuang/home-controller'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
miele-mcp-wrapper.sh.template•314 B
#!/bin/bash
# Wrapper script for Miele MCP server
# This sets the required environment variables before starting the server
export MIELE_ACCESS_TOKEN="your_miele_access_token_here"
export MIELE_API_BASE_URL="https://api.mcs3.miele.com/v1"
# Start the MCP server (Node.js)
cd "$(dirname "$0")"
exec node index.js