Skip to content
Windsurf

appsignal for Windsurf

com.pulsemcp/appsignal

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

client:Windsurf transport:stdio runtime:npm

Install appsignal in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

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

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

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

appsignal in other clients