A

AppSignal

Integrates with AppSignal's monitoring platform to provide incident tracking, anomaly detection, per...

3 views
0 installs
Updated Dec 25, 2025
Not audited
Integrates with AppSignal's monitoring platform to provide incident tracking, anomaly detection, performance monitoring, and log analysis with severity filtering and time-based queries for debugging production applications.
  1. Click the "Install Now" button in your FastMCP UI to open the FastMCP connection interface (the ENV / secret entry form).

  2. In a separate browser tab, sign in to AppSignal or create an account at appsignal.com.(docs.appsignal.com)

  3. Get your AppSignal API key (the user/REST API key used to query AppSignal):

    • Open your user profile (account settings) after signing in.
    • Find the API key shown on your user profile and copy it.
      This is the API key used to authenticate requests to the AppSignal HTTP REST API.(docs.appsignal.com)
  4. (Optional) If you want to pre-select an AppSignal application for the MCP server, locate your App ID:

    • In the AppSignal dashboard open the application you want to use and check the app's settings / Push & deploy or the app details page for the application ID. (If unsure, the Push & deploy / App settings pages contain keys and app-level settings.)(docs.appsignal.com)
  5. Back in the FastMCP connection interface (the form opened by "Install Now"), paste the values into the ENV fields:

    • APPSIGNAL_API_KEY = <paste your AppSignal API key from step 3>
    • APPSIGNAL_APP_ID = <paste the application ID from step 4, or leave blank if you prefer to select an app later>
  6. Save/confirm the connection form in FastMCP. The MCP server will use those environment values when launched.

  7. Restart the MCP server / client if required by your FastMCP UI (or restart Claude Desktop if you configured it manually) so the new environment variables are picked up.(docs.appsignal.com)

  8. (Optional testing) If you plan to run the project's manual tests locally, copy the example env file and add the key there as shown in the README:

    • cp .env.example .env
    • Edit .env and set APPSIGNAL_API_KEY=
    • Run the manual test command from the README.

Quick Start

View on GitHub

More for Monitoring

View All →

More for Developer Tools

View All →

Report Issue

Thank you! Your issue report has been submitted successfully.