We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Waldzell-Agentics/mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
runtime: "container"
build:
dockerfile: "Dockerfile"
dockerBuildPath: "."
startCommand:
type: "http"
configSchema:
type: "object"
required: ["MAPBOX_ACCESS_TOKEN"]
properties:
MAPBOX_ACCESS_TOKEN:
type: "string"
title: "Mapbox access_token"
description: "Your Mapbox secret access token"
sensitive: true
VERBOSE_ERRORS:
type: "string"
default: "false"
description: "Enable detailed error messages for debugging"