R
Raygun
Query Raygun crashes and performance data.
·No reviews yet
Share:
About
Auto-generated
Raygun is a Model Context Protocol server in the Developer Tools category. It lets AI assistants that speak MCP call its tools and read its resources over STDIO.
Example tools
Illustrative tool names — the actual tool set is defined by the server at runtime.
list_resources
Enumerate resources exposed by this MCP
get_resource
Fetch a resource by ID
invoke
Invoke the primary action of this MCP
Screenshots
No screenshots yet.
Frequently Asked Questions
Common questions about Raygun.
- What does the Raygun MCP do?
- The Raygun MCP allows you to query crash reporting and performance monitoring data directly from your Raygun account. It integrates Raygun's incident and performance insights into your development workflows.
- How do I install the Raygun MCP in Cline?
- To install in Cline, use the command 'cline install raygun'. This will add the Raygun MCP to your available tools. Configuration typically involves providing your Raygun API key when prompted.
- Does the Raygun MCP require an API key?
- Yes, the Raygun MCP uses an API key for authentication. You will need to obtain an API key from your Raygun account settings to use this MCP effectively.
- What data can I access with the Raygun MCP?
- You can access crash reports, error details, and performance metrics. This includes information on unhandled exceptions, application performance, and user session data, depending on the tools exposed by the MCP.
- Is there a cost associated with using the Raygun MCP?
- The Raygun MCP itself is open source and community-provided. However, accessing Raygun data requires an active subscription to Raygun's services, which has its own pricing structure.
- What are the prerequisites for using the Raygun MCP?
- A primary prerequisite is an active Raygun account with an accessible API key. You also need a compatible MCP client to interact with the Raygun MCP.
Install Raygun
Claude Desktop
Add this to claude_desktop_config.json.
{
"mcpServers": {
"raygun": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-raygun"
]
}
}
}Cursor
Add this to ~/.cursor/mcp.json.
{
"mcpServers": {
"raygun": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-raygun"
]
}
}
}VS Code
Add this to your workspace settings.json.
{
"mcp.servers": {
"raygun": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-raygun"
]
}
}
}Reviews
Sign in to leave a review.
No reviews yet. Be the first!
Discussion(0)
No comments yet.