Skip to main content
Glama

Hex API MCP Server

by franccesco

list_hex_projects

Retrieve a JSON list of all active Hex projects in production, with options to set limits and offsets for efficient data handling.

Instructions

List all available Hex projects that are in production.

Returns: JSON string with list of projects

Input Schema

NameRequiredDescriptionDefault
limitNo
offsetNo

Input Schema (JSON Schema)

{ "properties": { "limit": { "default": 25, "title": "Limit", "type": "integer" }, "offset": { "default": 0, "title": "Offset", "type": "integer" } }, "title": "list_hex_projectsArguments", "type": "object" }

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/franccesco/hex-mcp'

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