Skip to Content
MCP Integration

๐Ÿค– MCP Integration

Connect Sniffer to AI assistants like Claude, Cursor, and VS Code via Model Context Protocol for AI-assisted bug triage, summarization, and code fix suggestions.


๐ŸŒŸ Overview

MCP (Model Context Protocol) is an open standard that allows AI assistants to interact with external tools programmatically. Snifferโ€™s MCP integration enables AI assistants to read bugs, create issues, update statuses, add comments, and search your project โ€” bringing AI-powered automation into your defect tracking workflow.

Setup documentation is available in your project at Settings โ†’ MCP Docs (available for Support organization projects).


๐Ÿ”ง Setup

Prerequisites

  • An AI tool that supports MCP (Claude Desktop, Cursor, VS Code with MCP extension)
  • A Sniffer account with API access
  • Project-level permissions

Configuration Steps

  1. Navigate to Settings โ†’ MCP Docs in your Sniffer project
  2. Copy the MCP server configuration
  3. Add it to your AI toolโ€™s MCP settings
  4. Authenticate with your Sniffer API token
  5. The AI assistant can now interact with your Sniffer project

๐Ÿ› ๏ธ Available Operations

OperationDescription
List ProjectsGet all projects in your organization
List BugsFetch bugs from a project with filters
Get Bug DetailRetrieve full details of a specific bug including logs and context
Create BugCreate a new bug with summary, description, severity, and tags
Update BugChange status, priority, assignee, or other fields
Add CommentPost a comment on a bug
Search BugsFull-text search across bug titles and descriptions

๐Ÿ’ก Use Cases

๐Ÿ” AI Pair Programming

Ask your AI assistant questions about your bugs:

  • โ€œWhatโ€™s the highest priority bug in project SNF?โ€
  • โ€œShow me all unresolved bugs assigned to meโ€
  • โ€œSummarize the console logs for bug SNF-142โ€

๐Ÿค– Automated Triage

AI reads new bugs and suggests:

  • Priority level based on error severity
  • Assignee based on affected code area
  • Tags based on error patterns

๐Ÿ“ Bug Summarization

AI generates summaries of bug clusters:

  • โ€œWhat are the common themes across this weekโ€™s bugs?โ€
  • โ€œCreate a summary of all critical bugs for the standupโ€

๐Ÿ”ง Code Fix Suggestions

AI analyzes bug context (console logs, network failures, stack traces) and suggests fixes:

  • โ€œBased on the stack trace in SNF-142, what might be causing this null pointer?โ€
  • โ€œThe network log shows a 403 โ€” whatโ€™s the likely auth issue?โ€

๐Ÿ”’ Security

AspectDetails
AuthenticationAPI token-based auth
ScopingOperations scoped to project-level permissions
Read-only modeCan be configured to allow only read operations
Audit trailAll MCP operations are logged in activity history

TopicDescription
๐Ÿ“‹ Task Board โ†’Bugs created/updated via MCP appear on the board
๐Ÿ› Bug Details โ†’AI analysis tab shows similar AI-powered insights
๐Ÿ“Š Dashboard โ†’AI defect analysis on the dashboard
โš™๏ธ Settings โ†’MCP Docs page in project settings