[ MCP_NODE_3857 ]

sentry-local

CATEGORY:
PROTOCOL: MCP v1.0
[ DESCRIPTION ]

Official Sentry MCP Server (local). Run Sentry integration locally via npx for debugging, error tracking, and performance monitoring.

[ CONFIGURATION_JSON ]
claude_desktop_config.json
{
    "mcpServers": {
        "sentry-local-en": {
            "description": "Official Sentry MCP Server (local). Run Sentry integration locally via npx for debugging, error tracking, and performance monitoring.",
            "command": "npx",
            "args": [
                "-y",
                "@sentry/mcp-server@latest"
            ],
            "env": {
                "SENTRY_ACCESS_TOKEN": "<your-sentry-auth-token>"
            }
        }
    }
}
Source: claude-code-templates (MIT). See About Us for full credits.
[ UPLINK_INFO ]
TYPE
Unknown
HOW TO INSTALL:
  1. Open your Claude Desktop config file.
  2. Copy the JSON block on the left.
  3. Paste it into the mcpServers section.
  4. Restart Claude Desktop.