← Index

com.pulsemcp/appsignal

com.pulsemcp/appsignal·v0.5.3·Search
Quality Score
80
/100

MCP server for AppSignal — get alert details, search logs, and retrieve logs within time ranges.

§00  Trust verdict · v1 advisory ·  method
UNVERIFIEDno verdict on file

Verdict not yet evaluated for this tool. The hybrid eval runs adversarial cases first; coverage rolls out as the corpus expands. Until a verdict is recorded, an agent should treat this tool as not-yet-cleared and fall back to its own checks. Method: hybrid eval, four-state verdict, honest limits.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "appsignal": {
      "command": "npx",
      "args": [
        "-y",
        "appsignal-mcp-server"
      ],
      "env": {
        "APPSIGNAL_API_KEY": "<your-appsignal_api_key>",
        "APPSIGNAL_APP_ID": "<appsignal_app_id>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "appsignal": {
      "command": "npx",
      "args": [
        "-y",
        "appsignal-mcp-server"
      ],
      "env": {
        "APPSIGNAL_API_KEY": "<your-appsignal_api_key>",
        "APPSIGNAL_APP_ID": "<appsignal_app_id>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y appsignal-mcp-server
§02  Environment variables
APPSIGNAL_API_KEY
requiredsecret

Your AppSignal API key for authentication.

APPSIGNAL_APP_ID

Your AppSignal application ID (optional; can be selected dynamically).

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Search