Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
XYTE_HUB_URLNoOverride the hub base URLhttps://hub.xyte.io
XYTE_ENTRY_URLNoOverride the entry base URL
XYTE_ORG_API_KEYNoOrganization-scoped API key. Either this or XYTE_PARTNER_API_KEY must be set.
XYTE_MCP_READ_ONLYNoSet to '1' to refuse all mutating endpoints. Writes are permitted by default.
XYTE_MCP_TIMEOUT_MSNoPer-request timeout in milliseconds15000
XYTE_PARTNER_API_KEYNoPartner-scoped API key. Either this or XYTE_ORG_API_KEY must be set.

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
xyte_endpoints_listA

Discover Xyte platform API endpoints. Returns compact rows; call xyte_endpoint_describe for a specific endpoint's parameters before calling it. Filter with namespace/group/method/search to keep results small.

xyte_endpoint_describeA

Show the full contract for one endpoint: required path parameters, accepted query parameters, body shape and which credential it needs. Call this before xyte_api_call when you are unsure of an endpoint's arguments.

xyte_api_callA

Invoke a Xyte platform API endpoint by key. Use xyte_endpoint_describe first if you are unsure of the parameters. Mutating endpoints run unless the server was started read-only; DELETE additionally requires confirm.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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/xyte-io/xyte-mcp'

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