Bugsink Mcp
FreeMaintainedModel 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 --env BUGSINK_TOKEN="" --env BUGSINK_URL="" -- npx -y bugsink-mcpStep-by-step: how to install Bugsink Mcp
FAQ
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?
Yes, it requires environment variables: BUGSINK_TOKEN, BUGSINK_URL. Unyly injects them into the config during install.
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.
Changes
Versions and requested access over time.
- New version published
- New version published
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)
Klavis AI
Open Source MCP Infra. Hosted MCP servers and MCP clients on Slack and Discord.
Work90210/APIFold
Turn any REST API into a hosted MCP server. 18 free public servers (GitHub, Stripe, Slack, OpenAI, Notion, and more) — no setup required, bring your own API key
by Work90210arikusi/deepseek-mcp-server
MCP server for DeepSeek AI with chat, reasoning, multi-turn sessions, function calling, thinking mode, and cost tracking.
by arikusihashgraph-online/hashnet-mcp-js
MCP server for the Registry Broker. Discover, register, and chat with AI agents on the Hashgraph network.
by hashgraph-onlineprofullstack/mcp-server
A comprehensive MCP server aggregating 20+ tools including SEO optimization, document conversion, domain lookup, email validation, QR generation, weather data,
by profullstackWayStation-ai/mcp
Seamlessly and securely connect Claude Desktop and other MCP hosts to your favorite apps (Notion, Slack, Monday, Airtable, etc.). Takes less than 90 secs.
by waystation-aiCompare 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
