Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
GRAMPS_API_URLYesGramps Web base URL, for example https://gramps.example.com. Trailing slashes are removed.
GRAMPS_PASSWORDYesGramps Web API password. It is held as a redacted value by the application.
GRAMPS_USERNAMEYesGramps Web API username.
GRAMPS_TEST_API_URLNoOptional API URL for test configuration. Production clients normally leave this unset.
GRAMPS_HTTP_TIMEOUT_MSNoHTTP request timeout in milliseconds.30000
GRAMPS_MEDIA_MAX_BYTESNoMaximum exposed or uploaded media size in bytes, 10 MiB by default.10485760
GRAMPS_READ_RATE_LIMITNoMaximum number of GET attempts started per second, including retries.10
GRAMPS_IF_MATCH_ENABLEDNoEnables conditional writes only when the server supplies an ETag accepted by PUT preconditions. Leave disabled for 3.19.0.false
GRAMPS_RETRY_MAX_ATTEMPTSNoMaximum read attempts, including the first request. Mutations are never retried automatically.5
GRAMPS_MEDIA_ALLOW_PRIVATENoAllows media marked private to cross the media boundary.false
GRAMPS_MEDIA_UPLOAD_ENABLEDNoAllows media uploads through the verified write pipeline. Independent of media exposure.true
GRAMPS_MEDIA_RESOURCES_ENABLEDNoAllows MCP clients to read media file and thumbnail bytes.false
GRAMPS_MEDIA_ALLOWED_MIME_TYPESNoComma-separated allowlist used by media exposure and upload policy.image/jpeg,image/png,application/pdf

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/htayj/gramps-effect-mcp'

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