Skip to main content
Glama

MCP Server Sentry

package.json908 B
{ "name": "mcp-server-sentry", "version": "1.0.0", "description": "MCP Server for Sentry - TypeScript Implementation", "main": "dist/index.js", "type": "module", "bin": { "mcp-server-sentry": "./bin/mcp-server-sentry" }, "scripts": { "build": "tsc", "start": "node dist/index.js", "dev": "npm run build && npm run start", "lint": "eslint src --ext .ts", "debug": "npx @modelcontextprotocol/inspector node dist/index.js" }, "keywords": [ "mcp", "sentry", "typescript" ], "author": "", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.6.1", "axios": "^1.6.2", "dotenv": "^16.3.1", "zod": "^3.22.4" }, "devDependencies": { "@types/node": "^20.10.0", "typescript": "^5.3.2", "eslint": "^8.54.0", "@typescript-eslint/eslint-plugin": "^6.12.0", "@typescript-eslint/parser": "^6.12.0" } }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Zzzccs123/mcp-sentry'

If you have feedback or need assistance with the MCP directory API, please join our Discord server