Skip to main content

Documentation Index

Fetch the complete documentation index at: https://www.truefoundry.com/llms.txt

Use this file to discover all available pages before exploring further.

PagerDuty’s hosted MCP server lets agents inspect and manage incidents, on-call schedules, services, and workflows. It uses User API Tokens and the Authorization: Token <token> header format.

Prerequisites

  • A TrueFoundry account with permission to add MCP servers.
  • A PagerDuty account with Advanced Permissions enabled.

Register in TrueFoundry

Add a remote MCP server with the correct regional URL:
RegionURL
UShttps://mcp.pagerduty.com/mcp
EUhttps://mcp.eu.pagerduty.com/mcp
Configure API Key authentication with Individual Credentials:
FieldValue
Header nameAuthorization
Header valueToken {{API_KEY}}
Users then add their PagerDuty token in Auth Overrides.

Generate a PagerDuty Token

Each user opens My Profile > User Settings > API Access, creates an API User Token, and copies it immediately. Paste only the token value into the TrueFoundry auth override.

Security Notes

PagerDuty User API Tokens inherit the user’s role and do not expire automatically. Rotate them periodically and expose incident mutation tools only to users who should be able to update live incidents.