🚀 PagerDuty AI Agent
@cnoe-io
关于 🚀 PagerDuty AI Agent
PagerDuty AI Agent powered by 1st Party MCP Server using OpenAPI Codegen, LangGraph and LangChain MCP Adapters. Agent is exposed on various agent transport protocols (AGNTCY ACP, Google A2A, MCP Server)Agent for PagerDuty
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"agent-pagerduty": {
"command": "docker",
"args": [
"pull",
"ghcr.io/cnoe-io/agent-pagerduty:a2a-latest"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is 🚀 PagerDuty AI Agent?
An LLM-powered agent built using the LangGraph ReAct Agent workflow and MCP tools, connecting to the PagerDuty API. It supports both ACP and A2A protocols for flexible integration with external user clients, and enforces PagerDuty API token-based authentication.
How to use 🚀 PagerDuty AI Agent?
Configure a .env file with your LLM provider details and a PagerDuty API key. Pull the Docker image from ghcr.io/cnoe-io/agent-pagerduty:a2a-latest and run it on port 8000, then use the agent-chat-cli to interact. Alternatively, clone the repo and run make run-a2a for local development.
Key features of 🚀 PagerDuty AI Agent
- LangGraph + LangChain MCP Adapter for agent orchestration
- Azure OpenAI GPT-4 as the LLM backend
- Multi-protocol support (ACP and A2A)
- Comprehensive PagerDuty API coverage (incidents, services, schedules, teams, users, escalation policies)
- Secure API token-based authentication
Use cases of 🚀 PagerDuty AI Agent
- List, create, update, and resolve incidents through conversational queries
- View and manage services and their statuses
- Query schedules, teams, users, and escalation policies
- Integrate into multi-agent workflows via either ACP or A2A protocol
FAQ from 🚀 PagerDuty AI Agent
What dependencies are required?
Python 3.13+, Poetry 2.1.1+, and Docker are required. An LLM provider (Azure OpenAI in the example) and a valid PagerDuty API key are needed.
How is authentication handled?
The agent uses a PagerDuty API key set in the PAGERDUTY_API_KEY environment variable. The key is passed to the PagerDuty API for all operations.
What protocols does it support?
It supports both the ACP (AGNTCY) and A2A (Google) protocols. ACP is considered legacy; A2A is the primary mode.
Where does data live?
All data resides in the PagerDuty system. The agent acts as a client, making API calls to https://api.pagerduty.com – no local storage of PagerDuty data.
Are there any known limitations?
The README does not mention specific limits beyond requiring network access to the PagerDuty API and the chosen LLM provider.
AI 与智能体 分类下的更多 MCP 服务器
21st.dev Magic AI Agent
21st-devIt's like v0 but in your Cursor/WindSurf/Cline. 21st dev Magic MCP server for working with your frontend like Magic
Intervals.icu MCP Server
mvilanovaModel Context Protocol (MCP) server for connecting Claude and ChatGPT with the Intervals.icu API.
Open Multi-Agent Canvas
CopilotKitThe open-source multi-agent chat interface that lets you manage multiple agents in one dynamic conversation and add MCP servers for deep research
🔎 GPT Researcher
assafelovicAn autonomous agent that conducts deep research on any data using any LLM providers
Web Agent Protocol
OTA-Tech-AI🌐Web Agent Protocol (WAP) - Record and replay user interactions in the browser with MCP support
评论