Skip to main content
Glama

MCP Search Server

by Nghiauet
usage_tracking.py501 B
import logging from mcp_agent.config import get_settings logger = logging.getLogger(__name__) def send_usage_data(): config = get_settings() if not config.usage_telemetry.enabled: logger.info("Usage tracking is disabled") return # TODO: saqadri - implement usage tracking # data = {"installation_id": str(uuid.uuid4()), "version": "0.1.0"} # try: # requests.post("https://telemetry.example.com/usage", json=data, timeout=2) # except: # pass

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/Nghiauet/mcp-agent'

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