We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/keyurgolani/TasksMultiServer'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
ui-configmap.yaml•377 B
apiVersion: v1
kind: ConfigMap
metadata:
name: ui-config
namespace: task-manager
data:
# Note: Vite environment variables are embedded at build time.
# These values are used as build arguments when building the Docker image.
# For production, set VITE_API_BASE_URL to the actual API endpoint.
VITE_API_BASE_URL: "http://rest-api:8000"
VITE_USE_MOCK_DATA: "false"