{
"name": "@kody/sentry-mcp",
"version": "1.0.0",
"license": "MIT",
"private": false,
"description": "Inspect Sentry through the official Sentry MCP server.",
"type": "module",
"exports": {
".": "./src/index.ts",
"./smoke-test": "./src/smoke-test.ts",
"./list-organizations": "./src/list-organizations.ts"
},
"files": [
"src",
"README.md",
"LICENSE",
"community-icon.svg"
],
"kody": {
"id": "sentry-mcp",
"name": "Sentry MCP",
"description": "Inspect Sentry through the official Sentry MCP server.",
"category": "integrations",
"logo": "./community-icon.svg",
"tags": [
"sentry",
"mcp",
"issues",
"organizations",
"projects"
],
"searchText": "sentry-mcp kody.mcp sentry mcp.sentry.dev organizations projects issues official remote"
}
}