Skip to content
Zed

appsignal for Zed

com.pulsemcp/appsignal

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

client:Zed transport:stdio runtime:npm

Install appsignal in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "appsignal": {
      "command": "npx",
      "args": [
        "-y",
        "appsignal-mcp-server"
      ],
      "env": {
        "APPSIGNAL_API_KEY": "<APPSIGNAL_API_KEY>",
        "APPSIGNAL_APP_ID": "<APPSIGNAL_APP_ID>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

appsignal in other clients