Skip to content

Built for people who want to own their automations. Join the waitlist for an invite.

Package listing

@kody/sentry-mcp

package.json

34 lines · 793 B · JSON
{
	"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"
	}
}