We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/getsentry/sentry-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"name": "sentry-mcp",
"owner": { "name": "Sentry", "email": "oss@sentry.io" },
"plugins": [
{
"name": "sentry",
"description": "Sentry error tracking and performance monitoring - search issues, analyze errors, explore traces, and get AI-powered root cause analysis",
"author": { "name": "Sentry" },
"source": "./plugins/sentry-mcp",
"category": "monitoring"
},
{
"name": "sentry-experimental",
"description": "Sentry MCP with experimental features enabled - includes all stable tools plus bleeding-edge capabilities",
"author": { "name": "Sentry" },
"source": "./plugins/sentry-mcp-experimental",
"category": "monitoring"
}
]
}