Skip to main content
Glama
Karma098

pinpoint-apm-mcp

by Karma098

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
JWT_ISSUERNoJWT issuer claim. Must match exactly.pinpoint-mcp-local
MCP_HTTP_HOSTNoHost to bind the HTTP server to.0.0.0.0
MCP_HTTP_PORTNoPort to bind the HTTP server to.3000
MCP_PUBLIC_URLYesCanonical HTTPS URL whose path is exactly /mcp. It is also the JWT audience.
MCP_ALLOWED_HOSTSNoComma-separated hostnames with no scheme, port, path, or wildcard. Defaults to hostname from MCP_PUBLIC_URL.
PINPOINT_BASE_URLYesPinpoint Web origin plus any context path. HTTP or HTTPS, with no credentials, query, or fragment.
MCP_ALLOWED_ORIGINSNoComma-separated origins. Empty means any request with an Origin header is rejected.
NODE_EXTRA_CA_CERTSNoPath to a CA bundle if Pinpoint uses a private CA.
MCP_MAX_OUTPUT_BYTESNoMaximum output size in bytes.12288
PINPOINT_URI_ENABLEDNoEnable URI metrics module.false
PINPOINT_LIVE_ENABLEDNoEnable live diagnostics.false
MCP_CURSOR_HMAC_SECRETYesRandom secret of at least 32 characters, different for each environment.
MCP_JWT_PUBLIC_KEY_PEMYesEd25519 SPKI public key in PEM format. Any other key type is rejected.
MCP_MAX_SESSION_SECONDSNoMaximum token lifetime (exp - iat) in seconds.31536000
MCP_MAX_TRACE_BODY_BYTESNoMaximum trace body size in bytes.4194304
PINPOINT_EXPECTED_VERSIONNoExpected Pinpoint version.2.5.4
PINPOINT_SAFE_APPLICATIONYesAn existing application used for startup preflight probes. It does not limit which applications tools can query.
JWT_CLOCK_TOLERANCE_SECONDSNoClock tolerance in seconds for JWT verification.30
MCP_MAX_UPSTREAM_BODY_BYTESNoMaximum upstream body size in bytes.2097152
MCP_TRACE_CACHE_TTL_SECONDSNoTTL in seconds for trace cache.600
PINPOINT_REQUEST_TIMEOUT_MSNoTimeout in milliseconds for Pinpoint requests.10000
MCP_MAX_UPSTREAM_CONCURRENCYNoMaximum concurrent upstream requests.2
PINPOINT_SYSTEM_METRICS_ENABLEDNoEnable system metrics module.false
PINPOINT_TRACE_REQUEST_TIMEOUT_MSNoTimeout in milliseconds for trace routes.15000

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

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