Skip to main content
Glama
manikumarkv

imageright-mcp

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
IMAGERIGHT_DRY_RUNNoEnable dry-run mode.false
IMAGERIGHT_VERSIONNoImageRight product version (24.x, 25.x, or 7.2).24.x
IMAGERIGHT_PASSWORDNoPassword for authentication (environment only, always redacted).
IMAGERIGHT_SOAP_URLNoURL for the SOAP API.
IMAGERIGHT_USERNAMENoUsername for authentication.
IMAGERIGHT_AUTH_MODENoAuthentication mode: password, jwt, or saml.password
IMAGERIGHT_WRITE_MODENoWrite mode: deny, dry-run, or allow.dry-run
IMAGERIGHT_CONFIG_FILENoPath to a JSON configuration file.
IMAGERIGHT_REST_BASE_URLNoBase URL for the REST API.
IMAGERIGHT_SURFACE_PREFERENCENoComma-separated API surface preference.rest-v2,rest-v1,soap

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
ir_get_configA

Show the configuration this server is using right now: ImageRight version and the catalog profile it maps to, REST and SOAP endpoints, auth mode, surface preference, write mode, and dry-run default. Each field reports where its value came from (env, file, or default). Secrets are always redacted.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4.1/5.0

Scored across 1 tool

Disambiguation5/5

With only one tool, there is no possibility of overlapping purposes or misselection. The tool's purpose is singular and well-defined.

Naming Consistency5/5

The name ir_get_config follows a clear verb_noun pattern with a consistent product prefix. Even though there is only one tool, the naming convention is predictable and readable.

Tool Count2/5

A single configuration-inspection tool is far too few for a server named after the ImageRight document management platform. The tool count suggests a stub rather than a functional MCP server, leaving agents with no actual operations to perform.

Completeness1/5

The server only exposes configuration details and provides zero tools for interacting with ImageRight documents, folders, or workflows. This is a severely incomplete surface for the implied domain.

Maintenance

ActivityMaintained
ResponsivenessNo issues