Odel
mcp servers

mcp servers

Local
@pulsemcp80TypeScriptMITUpdated 1w ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmappsignal-mcp-serverv0.5.4

Run

npx -y appsignal-mcp-server

MCP client config

{
  "mcpServers": {
    "mcp-servers": {
      "command": "npx",
      "args": [
        "-y",
        "appsignal-mcp-server"
      ]
    }
  }
}