Skip to main content
Glama

AppSignal MCP Server

by appsignal
MIT License

AppSignal MCP Server [beta]

This is the official AppSignal MCP server. It allows AI agents to access AppSignal's monitoring data, metrics, and tools and is currently in beta.

Join our Discord community to help test and shape this MCP implementation.

Prerequisites

Installation

Pull the Docker image:

docker pull appsignal/mcp:latest

Configuration examples

Claude

Configure Claude to use the MCP server by editing ~/Library/Application Support/Claude/claude_desktop_config.json: (See below for Claude code)

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

Claude code

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

Zed

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

Development

To work on the MCP server:

  1. Start the TypeScript compiler in watch mode:
    npm run watch
  2. Run tests:
    npm test
  3. Use the MCP inspector for debugging:
    npm run inspector

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.

-
security - not tested
A
license - permissive license
-
quality - not tested

The official AppSignal MCP Server

  1. Prerequisites
    1. Installation
      1. Configuration examples
        1. Claude
        2. Claude code
        3. Zed
      2. Development
        1. Contributing
          1. Support
            1. License
              1. About AppSignal

                Related MCP Servers

                View all related MCP servers

                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/appsignal/appsignal-mcp'

                If you have feedback or need assistance with the MCP directory API, please join our Discord server