Appsignal Mcp
Description
# mcp-appsignal An MCP (Model Context Protocol) server for connecting to AppSignal and fetching incident information. ## Installation ```bash npm install -g mcp-appsignal ``` ## Usage ### Command Line ```bash # Set environment variables export APPSIGNAL_API_TOKEN=your-api-token…
About
# mcp-appsignal An MCP (Model Context Protocol) server for connecting to AppSignal and fetching incident information. ## Installation ```bash npm install -g mcp-appsignal ``` ## Usage ### Command Line ```bash # Set environment variables export APPSIGNAL_API_TOKEN=your-api-token export APPSIGNAL_APP_ID=your-app-id #…
Details
- Author
- c20020207
- GitHub stars
- 3
- Downloads
- 256
- Categories
- Other
Jump to
- Connects to AppSignal’s GraphQL API
- Fetches incident details and samples
- Lists and searches incidents
- Provides prompts for analyzing incidents and suggesting fixes
- Exposes MCP resources, tools, and prompts
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Appsignal McpCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Install with npm install -g mcp-appsignal, set the environment variables APPSIGNAL_API_TOKEN and APPSIGNAL_APP_ID, then run mcp-appsignal. For use with Cursor, add the server configuration with those environment variables.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"appsignal mcp": {
"appsignal": {
"command": "npx mcp-appsignal",
"env": {
"APPSIGNAL_API_TOKEN": "your_token",
"APPSIGNAL_APP_ID": "your_app_id"
}
}
}
}
}
McpServers
{
"appsignal": {
"command": "npx mcp-appsignal",
"env": {
"APPSIGNAL_API_TOKEN": "your_token",
"APPSIGNAL_APP_ID": "your_app_id"
}
}
}
mcp-appsignal
An MCP (Model Context Protocol) server for connecting to AppSignal and fetching incident information.
Installation
npm install -g mcp-appsignal
Usage
Command Line
```bash
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



