Bugsink Mcp
FreeNot checkedModel Context Protocol (MCP) server for Bugsink error tracking — browse teams, projects, issues, events, stacktraces and releases from any MCP-compatible client
About
Model Context Protocol (MCP) server for Bugsink error tracking — browse teams, projects, issues, events, stacktraces and releases from any MCP-compatible client
README
MCP (Model Context Protocol) server for Bugsink error tracking.
Browse teams, projects, issues, events, stacktraces and releases from any MCP-compatible client — Cursor, Claude Desktop, etc.
Quick Start
Install via npm (recommended)
npm install -g bugsink-mcp
Or run with npx
npx bugsink-mcp
Configuration
You need a Bugsink API token. Generate one on your Bugsink instance:
# Docker / Coolify:
docker exec <bugsink-container> bugsink-manage create_auth_token
Cursor
Add to ~/.cursor/mcp.json:
{
"mcpServers": {
"bugsink": {
"command": "npx",
"args": ["-y", "bugsink-mcp"],
"env": {
"BUGSINK_URL": "https://your-bugsink-instance.com",
"BUGSINK_TOKEN": "your-api-token"
}
}
}
}
Claude Desktop
Add to your Claude Desktop config:
{
"mcpServers": {
"bugsink": {
"command": "npx",
"args": ["-y", "bugsink-mcp"],
"env": {
"BUGSINK_URL": "https://your-bugsink-instance.com",
"BUGSINK_TOKEN": "your-api-token"
}
}
}
}
Environment Variables
| Variable | Required | Description |
|---|---|---|
BUGSINK_URL |
Yes | Base URL of your Bugsink instance (no trailing slash) |
BUGSINK_TOKEN |
Yes | API bearer token |
Available Tools
| Tool | Description |
|---|---|
test_connection |
Verify connectivity to your Bugsink instance |
list_teams |
List all teams |
list_projects |
List all projects |
get_project |
Get project details including DSN |
list_issues |
List issues (grouped errors) for a project, with pagination |
get_issue |
Get detailed info about a specific issue |
list_events |
List individual error occurrences for an issue |
get_event |
Get full event detail including tags and contexts |
get_stacktrace |
Get the full stacktrace for an event |
list_releases |
List releases, optionally filtered by project |
get_release |
Get detailed release information |
License
MIT
Install Bugsink Mcp in Claude Desktop, Claude Code & Cursor
unyly install bugsink-mcpInstalls into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.
First time? Get the CLI: curl -fsSL https://unyly.org/install | sh
Or configure manually
Run in your terminal:
claude mcp add bugsink-mcp -- npx -y bugsink-mcpFAQ
Is Bugsink Mcp MCP free?
Yes, Bugsink Mcp MCP is free — one-click install via Unyly at no cost.
Does Bugsink Mcp need an API key?
No, Bugsink Mcp runs without API keys or environment variables.
Is Bugsink Mcp hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install Bugsink Mcp in Claude Desktop, Claude Code or Cursor?
Open Bugsink Mcp on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
Gmail
Read, send and search emails from Claude
by GoogleSlack
Send, search and summarize Slack messages
by SlackRunbear
No-code MCP client for team chat platforms, such as Slack, Microsoft Teams, and Discord.
Discord Server
A community discord server dedicated to MCP by [Frank Fiegel](https://github.com/punkpeye)
Compare Bugsink Mcp with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All communication MCPs
