Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
AWS_REGIONNoAWS region for Bedrockus-west-2
SAVE_METADATANoSave JSON metadata alongside imagestrue
BEDROCK_ENDPOINTNoOverride Bedrock runtime endpoint
BEDROCK_AUTH_MODENoAuth mode: boto3 or bearerboto3
IMAGE_STORAGE_DIRECTORYNoWhere to save generated images/tmp/mcp-server-bedrock-image
AWS_BEARER_TOKEN_BEDROCKNoBedrock API key (bearer mode only)

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
generate_imageC

Generate a high-quality image using Stable Image Ultra on Bedrock.

generate_image_coreB

Generate an image using Stable Image Core (faster, lower cost).

remove_backgroundB

Remove the background from an image.

style_transferC

Apply the style of a reference image to a source image.

search_and_recolorC

Recolor specific elements in an image.

outpaintB

Extend an image in any direction while maintaining visual consistency.

search_and_replaceC

Replace objects or elements in an image.

upscale_fastC

Upscale image resolution by 4x.

upscale_creativeB

Creatively upscale image up to 4K resolution.

compose_brandedC

Overlay logo with composition-aware placement.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.4/5.0

Scored across 10 tools

Disambiguation5/5

Each tool targets a distinct image operation: generation, editing, style transfer, upscaling, etc. The two generation tools are clearly differentiated by model (Ultra vs Core) and trade-off (quality vs speed), so there is no real ambiguity.

Naming Consistency4/5

Most names follow a verb_noun or verb_adverb pattern in snake_case (e.g., generate_image, remove_background, upscale_fast). 'outpaint' is a slight deviation as a single verb, but it's still intuitive and consistent with the action-oriented style.

Tool Count5/5

With 10 tools, the server is well-scoped for an image generation/editing toolkit. Each tool covers a separate capability with no unnecessary redundancy, making the count feel justified and manageable.

Completeness5/5

The toolkit covers the core image lifecycle: generation, editing (style, recolor, replace, background removal), extension (outpaint), enhancement (upscaling), and branding (compose_branded). No critical gaps are apparent for its intended purpose.

Maintenance

ActivityInactive
ResponsivenessNo issues