pinpoint-apm-mcp
by Karma098
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| JWT_ISSUER | No | JWT issuer claim. Must match exactly. | pinpoint-mcp-local |
| MCP_HTTP_HOST | No | Host to bind the HTTP server to. | 0.0.0.0 |
| MCP_HTTP_PORT | No | Port to bind the HTTP server to. | 3000 |
| MCP_PUBLIC_URL | Yes | Canonical HTTPS URL whose path is exactly /mcp. It is also the JWT audience. | |
| MCP_ALLOWED_HOSTS | No | Comma-separated hostnames with no scheme, port, path, or wildcard. Defaults to hostname from MCP_PUBLIC_URL. | |
| PINPOINT_BASE_URL | Yes | Pinpoint Web origin plus any context path. HTTP or HTTPS, with no credentials, query, or fragment. | |
| MCP_ALLOWED_ORIGINS | No | Comma-separated origins. Empty means any request with an Origin header is rejected. | |
| NODE_EXTRA_CA_CERTS | No | Path to a CA bundle if Pinpoint uses a private CA. | |
| MCP_MAX_OUTPUT_BYTES | No | Maximum output size in bytes. | 12288 |
| PINPOINT_URI_ENABLED | No | Enable URI metrics module. | false |
| PINPOINT_LIVE_ENABLED | No | Enable live diagnostics. | false |
| MCP_CURSOR_HMAC_SECRET | Yes | Random secret of at least 32 characters, different for each environment. | |
| MCP_JWT_PUBLIC_KEY_PEM | Yes | Ed25519 SPKI public key in PEM format. Any other key type is rejected. | |
| MCP_MAX_SESSION_SECONDS | No | Maximum token lifetime (exp - iat) in seconds. | 31536000 |
| MCP_MAX_TRACE_BODY_BYTES | No | Maximum trace body size in bytes. | 4194304 |
| PINPOINT_EXPECTED_VERSION | No | Expected Pinpoint version. | 2.5.4 |
| PINPOINT_SAFE_APPLICATION | Yes | An existing application used for startup preflight probes. It does not limit which applications tools can query. | |
| JWT_CLOCK_TOLERANCE_SECONDS | No | Clock tolerance in seconds for JWT verification. | 30 |
| MCP_MAX_UPSTREAM_BODY_BYTES | No | Maximum upstream body size in bytes. | 2097152 |
| MCP_TRACE_CACHE_TTL_SECONDS | No | TTL in seconds for trace cache. | 600 |
| PINPOINT_REQUEST_TIMEOUT_MS | No | Timeout in milliseconds for Pinpoint requests. | 10000 |
| MCP_MAX_UPSTREAM_CONCURRENCY | No | Maximum concurrent upstream requests. | 2 |
| PINPOINT_SYSTEM_METRICS_ENABLED | No | Enable system metrics module. | false |
| PINPOINT_TRACE_REQUEST_TIMEOUT_MS | No | Timeout 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
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
This server cannot be deployed
Maintenance
ActivityMaintained
ResponsivenessNo issues