Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
HOSTNoThe host the server will bind to. Example: 127.0.0.1.127.0.0.1
PORTNoThe port the server will listen on. Example: 3000.3000
MAX_RETRIESNoMaximum number of retries for idempotent Heroku API requests.
ALLOW_WRITESNoSet to 'true' to enable mutations (POST, PATCH, PUT, DELETE). Mutations are blocked by default.
TOKEN_STORE_PATHNoPath to persistent token storage, e.g., ./data/tokens.integration.json.
READ_CACHE_TTL_MSNoTime-to-live for the short read cache in milliseconds.
CATALOG_CACHE_PATHNoPath to persistent catalog cache to avoid cold-start re-ingestion.
REQUEST_TIMEOUT_MSNoTimeout for Heroku API requests in milliseconds.
EXECUTE_MAX_BODY_BYTESNoMaximum size of response body in bytes to return from execution.
EXECUTE_BODY_PREVIEW_CHARSNoNumber of characters to include in response body previews to prevent oversized responses.
TOKEN_ENCRYPTION_KEY_BASE64NoBase64 encoded key used for encrypting stored tokens, generated during the seed process.

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription

No tools

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/dsouzaAnush/heroku-code-mcp'

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