1 line
413 B
JSON
1 line
413 B
JSON
{"content": "{\n \"mcpServers\": {\n \"sentry\": {\n \"description\": \"Official Sentry MCP Server (local). Run Sentry integration locally via npx for debugging, error tracking, and performance monitoring.\",\n \"command\": \"npx\",\n \"args\": [\"-y\", \"@sentry/mcp-server@latest\"],\n \"env\": {\n \"SENTRY_ACCESS_TOKEN\": \"<your-sentry-auth-token>\"\n }\n }\n }\n}\n"} |