Skip to content
Cursor

appsignal for Cursor

com.pulsemcp/appsignal

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

client:Cursor transport:stdio runtime:npm

Install appsignal in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

appsignal in other clients