We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Quorralyne/mcp_test_server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
env.docker.example•506 B
# InfluxDB MCP Server Configuration for Docker
# This file is used when running the MCP server in Docker
# Use host.docker.internal to reach services running on the host machine
# InfluxDB Instance Configuration
INFLUX_DB_INSTANCE_URL=http://host.docker.internal:8181/
INFLUX_DB_TOKEN=your_influxdb_token_here
INFLUX_DB_PRODUCT_TYPE=enterprise
# Alternative examples for different setups:
# For different port mappings: http://host.docker.internal:8181/
# For remote InfluxDB: http://192.168.1.100:8181/