PluginBench
MCP Server

com.pulsemcp/appsignal MCP Server

com.pulsemcp/appsignal

What is the com.pulsemcp/appsignal MCP server?

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

How to install com.pulsemcp/appsignal

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • APPSIGNAL_API_KEY
    required
    secret

    Your AppSignal API key for authentication.

  • APPSIGNAL_APP_ID

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

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "appsignal": {
      "command": "npx",
      "args": [
        "-y",
        "appsignal-mcp-server",
        "-y"
      ],
      "env": {
        "APPSIGNAL_API_KEY": "<YOUR_APPSIGNAL_API_KEY>",
        "APPSIGNAL_APP_ID": "<YOUR_APPSIGNAL_APP_ID>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "appsignal": {
      "command": "npx",
      "args": [
        "-y",
        "appsignal-mcp-server",
        "-y"
      ],
      "env": {
        "APPSIGNAL_API_KEY": "<YOUR_APPSIGNAL_API_KEY>",
        "APPSIGNAL_APP_ID": "<YOUR_APPSIGNAL_APP_ID>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "appsignal": {
      "command": "npx",
      "args": [
        "-y",
        "appsignal-mcp-server",
        "-y"
      ],
      "env": {
        "APPSIGNAL_API_KEY": "<YOUR_APPSIGNAL_API_KEY>",
        "APPSIGNAL_APP_ID": "<YOUR_APPSIGNAL_APP_ID>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "appsignal": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "appsignal-mcp-server",
        "-y"
      ],
      "env": {
        "APPSIGNAL_API_KEY": "<YOUR_APPSIGNAL_API_KEY>",
        "APPSIGNAL_APP_ID": "<YOUR_APPSIGNAL_APP_ID>"
      }
    }
  }
}
Claude Code
claude mcp add appsignal --env APPSIGNAL_API_KEY=<YOUR_APPSIGNAL_API_KEY> --env APPSIGNAL_APP_ID=<YOUR_APPSIGNAL_APP_ID> -- npx -y appsignal-mcp-server -y

Related MCP servers

MCP server for AWS DynamoDB with fine-grained tool control and configurable access levels.

View repository →

MCP server for Fetch Pet insurance claims management using Playwright automation.

View repository →

MCP server for managing Fly.io machines, apps, logs, and Docker images.

View repository →

MCP server for Google Cloud Storage with fine-grained tool access control.

View repository →

MCP server for Gmail with OAuth2 (personal) and service account (Workspace) support.

View repository →

MCP server for Good Eggs grocery shopping automation using Playwright.

View repository →