AppSignal MCP Server
mcp-앱시그널
AppSignal에 연결하고 사고 정보를 가져오는 MCP(Model Context Protocol) 서버입니다.
설치
지엑스피1
Related MCP server: Sentry MCP Server
용법
명령줄
# Set environment variables
export APPSIGNAL_API_TOKEN=your-api-token
export APPSIGNAL_APP_ID=your-app-id
# Run the server
mcp-appsignal커서 포함
커서 설정에 다음을 추가합니다.
{
"mcp": {
"servers": {
"appsignal": {
"command": "npx",
"args": ["mcp-appsignal"],
"env": {
"APPSIGNAL_API_TOKEN": "your-api-token",
"APPSIGNAL_APP_ID": "your-app-id"
}
}
}
}
}특징
AppSignal의 GraphQL API에 연결
사고 세부 정보 및 샘플 가져오기
사건 목록 및 검색
사고 분석 및 수정 제안을 위한 메시지 제공
MCP 리소스
appsignal://incident/{incidentNumber}- 특정 사건에 대한 세부 정보를 가져옵니다.appsignal://incident/{incidentNumber}/sample/{sampleId?}- 특정 사건에 대한 샘플을 가져옵니다.appsignal://incidents- 모든 인시던트 나열
MCP 도구
getIncident- 번호로 사건 가져오기getIncidentSample- 특정 사건에 대한 샘플을 가져옵니다.listIncidents- 선택적 필터링을 사용하여 사건 목록 작성
MCP 프롬프트
analyzeIncident- 사고를 분석하고 통찰력을 제공합니다.suggestFixes- 오류에 대한 수정 제안
특허
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseBqualityDmaintenanceA Model Context Protocol server that retrieves and analyzes Sentry.io issues, allowing users to inspect error reports, stacktraces, and debugging information from their Sentry account.222

Sentry MCP Serverofficial
FlicenseBqualityFmaintenanceA Model Context Protocol server that lets AI assistants interact with the Sentry API to retrieve and analyze error data, manage projects, and monitor application performance.1111- AlicenseBqualityCmaintenanceA Model Context Protocol (MCP) server that enables interaction with Waroom API to retrieve incident information and postmortem details through a standardized protocol.26511MIT

DevRev MCP Serverofficial
AlicenseBqualityNot gradedmaintenanceA Model Context Protocol server that enables searching, retrieving, creating, and updating issues and tickets using DevRev APIs.1610
Related MCP Connectors
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
A Model Context Protocol server for Wix AI tools
A Model Context Protocol (MCP) application for automated GitHub PR analysis and issue management.…
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/c20020207/mcp-appsignal'
If you have feedback or need assistance with the MCP directory API, please join our Discord server