AppSignal MCP Server
mcp-应用信号
用于连接 AppSignal 并获取事件信息的 MCP(模型上下文协议)服务器。
安装
npm install -g mcp-appsignalRelated 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- 建议修复错误
执照
麻省理工学院
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