sapientpants/deepsource-mcp-server
If you are the rightful owner of deepsource-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A Model Context Protocol (MCP) server that integrates with DeepSource to provide AI assistants with access to code quality metrics, issues, and analysis results.
Tools
Functions exposed to the LLM to take actions
projects
List all available DeepSource projects. Returns a list of project objects with "key" and "name" properties.
quality_metrics
Get quality metrics from a DeepSource project with optional filtering
update_metric_threshold
Update the threshold for a specific quality metric
update_metric_setting
Update the settings for a quality metric
compliance_report
Get security compliance reports from a DeepSource project
project_issues
Get issues from a DeepSource project with filtering capabilities
runs
List analysis runs for a DeepSource project with filtering
run
Get a specific analysis run by its runUid or commitOid
recent_run_issues
Get issues from the most recent analysis run on a specific branch
dependency_vulnerabilities
Get dependency vulnerabilities from a DeepSource project
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client