Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PRISMIC_MCP_HOSTNoThe host to bind for HTTP/streamable-http mode.127.0.0.1
PRISMIC_MCP_PATHNoThe URL path for streamable HTTP mode./mcp
PRISMIC_MCP_PORTNoThe port to bind for HTTP/streamable-http mode.8000
PRISMIC_LOG_LEVELNoStandard Python logging level (DEBUG, INFO, WARNING, ERROR).INFO
PRISMIC_REPOSITORYYesPrismic repository name. Required for most read/write tools to derive API URLs.
PRISMIC_UPLOAD_ROOTNoRequired for prismic_add_media. This is an absolute filesystem path that defines the allowed directory for file uploads.
PRISMIC_DISABLE_RAW_QNoWhen 'true', rejects raw 'q' predicates in document queries for safety.false
PRISMIC_MCP_TRANSPORTNoTransport mode: 'stdio', 'http', or 'streamable-http'.stdio
PRISMIC_MAX_BATCH_SIZENoMaximum documents allowed in prismic_upsert_documents batch operations.50
PRISMIC_WRITE_API_TOKENNoRequired for Custom Types API tools, media tools, and Migration API write tools.
PRISMIC_DOCUMENT_API_URLNoOptional override for the Content API base URL. Derived from PRISMIC_REPOSITORY if not provided.
PRISMIC_CONTENT_API_TOKENNoOptional API token for private repositories or reading non-master (preview/release) refs.
PRISMIC_ASSET_API_BASE_URLNoOptional override for the Asset API base URL.https://asset-api.prismic.io
PRISMIC_RETRY_MAX_ATTEMPTSNoMaximum attempts for transient write failures (429, 503, 504).5
PRISMIC_WRITE_TYPE_ALLOWLISTNoComma-separated list of allowed custom types for writes.
PRISMIC_MIGRATION_API_BASE_URLNoOptional override for the Migration API base URL.https://migration.prismic.io
PRISMIC_CUSTOM_TYPES_API_BASE_URLNoOptional override for the Custom Types API base URL.https://customtypes.prismic.io
PRISMIC_ENFORCE_TRUSTED_ENDPOINTSNoIf 'true', startup fails if endpoint overrides point to non-*.prismic.io hosts.false
PRISMIC_MIGRATION_MIN_INTERVAL_SECONDSNoMinimum spacing between write requests to Prismic.2.5

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/rahulpowar/prismic-content-mcp'

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