Track MCP LogoTrack MCP
Track MCP LogoTrack MCP

The world's largest repository of Model Context Protocol servers. Discover, explore, and submit MCP tools.

Product

  • Categories
  • Top MCP
  • New & Updated
  • Submit MCP

Company

  • About

Legal

  • Privacy Policy
  • Terms of Service
  • Cookie Policy

© 2026 TrackMCP. All rights reserved.

Built with ❤️ by Krishna Goyal

    Appsignal Mcp

    AppSignal MCP protocol server

    6 stars
    TypeScript
    Updated Oct 9, 2025
    mcp
    mcp-server

    Table of Contents

    • Prerequisites
    • Installation
    • Configuration
    • Claude
    • Claude Code
    • Cursor and Windsurf
    • Zed
    • VSCode
    • Development
    • Change management
    • Publishing
    • Contributing
    • Support
    • License
    • About AppSignal

    Table of Contents

    • Prerequisites
    • Installation
    • Configuration
    • Claude
    • Claude Code
    • Cursor and Windsurf
    • Zed
    • VSCode
    • Development
    • Change management
    • Publishing
    • Contributing
    • Support
    • License
    • About AppSignal

    Documentation

    AppSignal MCP Server

    This is the official AppSignal MCP server. Everything necessary to debug using AppSignal's monitoring data, metrics, and tools is now accessible from your favorite AI editor.

    This feature is in *Beta*. Documentation can also be found here

    Join our Discord community to help shape this MCP implementation. Feature requests are welcome!

    Prerequisites

    • Docker
    • An AppSignal account and an AppSignal MCP token.

    Installation

    Pull the Docker image:

    code
    docker pull appsignal/mcp:latest

    Configuration

    Claude

    Configure Claude to use the AppSignal MCP server by editing the ~/Library/Application Support/Claude/claude_desktop_config.json file:

    json
    {
      "mcpServers": {
        "appsignal": {
          "command": "docker",
          "args": ["run", "-i", "--rm", "-e", "APPSIGNAL_API_KEY", "appsignal/mcp"],
          "env": {
            "APPSIGNAL_API_KEY": "your_api_key_here"
          }
        }
      }
    }

    You can find this by navigating to your Profile -> Settings -> Developer and then clicking Edit Config

    Claude Code

    To enable AppSignal MCP in Claude Code, run the following command:

    code
    claude mcp add appsignal -e APPSIGNAL_API_KEY=your_api_key_here -- docker run -i --rm -e APPSIGNAL_API_KEY appsignal/mcp

    Cursor and Windsurf

    To enable AppSignal MCP in Cursor or Windsurf, edit your configuration file.

    For Cursor use ~/.cursor/mcp.json

    For Windsurf use ~/.codeium/windsurf/mcp_config.json

    Add the following configuration:

    json
    {
      "mcpServers": {
        "appsignal": {
          "command": "docker",
          "args": ["run", "-i", "--rm", "-e", "APPSIGNAL_API_KEY", "appsignal/mcp"],
          "env": {
            "APPSIGNAL_API_KEY": "your-mcp-token"
          }
        }
      }
    }

    Zed

    Open your Zed settings file and add the context_servers section:

    json
    {
      "context_servers": {
        "appsignal": {
          "source": "custom",
          "command": "docker",
          "args": ["run", "-i", "--rm", "-e", "APPSIGNAL_API_KEY", "appsignal/mcp"],
          "env": {
            "APPSIGNAL_API_KEY": "your-mcp-token"
          }
        }
    }

    VSCode

    If you are running GitHub Copilot, and are signed in under a company account, make sure to set "MCP servers in Copilot" to "Enabled" under your organization settings > Copilot > Policies.

    GitHub Copilot Settings

    Then add this config to your .vscode/mcp.json settings:

    json
    {
      "inputs": [
        {
          "type": "promptString",
          "id": "appsignal_mcp_token",
          "description": "AppSignal MCP Token",
          "password": true
        }
      ],
      "servers": {
        "appsignal": {
          "command":  "docker"
          "args": [
            "run",
            "-i",
            "--rm",
            "-e",
            "APPSIGNAL_API_KEY",
            "appsignal/mcp"
          ],
          "env": {
            "APPSIGNAL_API_KEY": "${input:appsignal_mcp_token}"
          }
        }
      }
    }

    Development

    To work on the MCP server:

    1. Start the TypeScript compiler in watch mode:

    bash
    npm run watch

    2. Run tests:

    bash
    npm test

    3. Use the MCP inspector for debugging:

    bash
    npm run inspector

    Change management

    Every change that will results in a new version to be released, requires a changeset.

    Changesets are small Markdown file that describe the change for the end-user.

    The changeset's frontmatter describes the type of change (new feature, bug fix, etc.) and the version bump (major, minor, or patch).

    Use Mono's changeset CLI to generate a new changeset file.

    Commit the changeset file and include it in your Pull Requests.

    code
    mono changeset add

    Publishing

    Install Mono, the tool used for release management.

    code
    git pull # Ensure you have the latest version
    
    mono publish # Publish a new version

    Contributing

    Thinking of contributing to our project? Awesome! 🚀

    Please follow our Contributing guide in our

    documentation and follow our Code of Conduct.

    Also, we would be very happy to send you Stroopwafles. Have look at everyone

    we send a package to so far on our Stroopwafles page.

    Support

    • Join our Discord community to chat with other developers and the AppSignal team
    • Contact us to speak directly with the engineers working on AppSignal. They will help you get set up, tweak your code and make sure you get the most out of using AppSignal.

    License

    This project is licensed under the MIT License - see the LICENSE file for details.

    About AppSignal

    AppSignal provides real-time performance monitoring for your web applications. Track errors, monitor performance, measure client-side metrics, and receive alerts when things go wrong.

    Similar MCP

    Based on tags & features

    • MC

      Mcp Ipfs

      TypeScript·
      11
    • LI

      Liveblocks Mcp Server

      TypeScript·
      11
    • MC

      Mcp Open Library

      TypeScript·
      42
    • ME

      Metmuseum Mcp

      TypeScript·
      14

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k
    View All MCP Servers

    Similar MCP

    Based on tags & features

    • MC

      Mcp Ipfs

      TypeScript·
      11
    • LI

      Liveblocks Mcp Server

      TypeScript·
      11
    • MC

      Mcp Open Library

      TypeScript·
      42
    • ME

      Metmuseum Mcp

      TypeScript·
      14

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k