We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/jim-coyne/hyperfabric_MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Environment configuration for Hyperfabric MCP Server
# Your Hyperfabric API token - required for authentication
# Example: HYPERFABRIC_API_TOKEN=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...
HYPERFABRIC_API_TOKEN=
# Optional: Log level (debug, info, warn, error)
LOG_LEVEL=info
# Optional: OpenAPI spec file path (relative to project root)
OPENAPI_SPEC_PATH=hf_spec_modified.json