I craft unique cereal names, stories, and ridiculously cute Cereal Baby images.

deepsource-mcp-server
Model Context Protocol (MCP) server for DeepSource
3 years
Works with Finder
1
Github Watches
0
Github Forks
0
Github Stars
DeepSource MCP Server
A Model Context Protocol (MCP) server that integrates with DeepSource to provide AI assistants with access to code quality metrics, issues, and analysis results.
Overview
The DeepSource MCP Server enables AI assistants to interact with DeepSource's code quality analysis capabilities through the Model Context Protocol. This integration allows AI assistants to:
- Retrieve code metrics and analysis results
- Access and filter issues
- Check quality status
- Analyze project quality over time
Features
- DeepSource API Integration: Connects to DeepSource via GraphQL API
- MCP Protocol Support: Implements the Model Context Protocol for AI assistant integration
- TypeScript/Node.js: Built with TypeScript for type safety and modern JavaScript features
- Cross-Platform: Works on Linux, macOS, and Windows
- Robust Error Handling: Comprehensive error handling for network, authentication, and parsing issues
Usage with Claude Desktop
-
Edit
claude_desktop_config.json
:- Open Claude Desktop
- Go to
Settings
->Developer
->Edit Config
- Add the one of the configurations below to the
mcpServers
section
-
Restart Claude Desktop to apply the changes
Docker
{
"mcpServers": {
"deepsource": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"DEEPSOURCE_API_KEY",
"sapientpants/deepsource-mcp-server"
],
"env": {
"DEEPSOURCE_API_KEY": "your-deepsource-api-key"
}
}
}
}
NPX
{
"mcpServers": {
"deepsource": {
"command": "npx",
"args": [
"-y",
"deepsource-mcp-server@1.0.2"
],
"env": {
"DEEPSOURCE_API_KEY": "your-deepsource-api-key"
}
}
}
}
Available Tools
The DeepSource MCP Server provides the following tools:
-
deepsource_projects
: List all available DeepSource projects- Parameters:
- No required parameters
- Parameters:
-
deepsource_project_issues
: Get issues from a DeepSource project- Parameters:
-
projectKey
(required) - The unique identifier for the DeepSource project -
offset
(optional) - Number of items to skip for pagination -
first
(optional) - Number of items to return (defaults to 10) -
after
(optional) - Cursor for forward pagination -
before
(optional) - Cursor for backward pagination
-
- Parameters:
Development
- Clone the repository:
git clone https://github.com/sapientpants/deepsource-mcp-server.git
cd deepsource-mcp-server
- Install dependencies:
pnpm install
- Build the project:
pnpm run build
- Configure Claude Desktop
{
"mcpServers": {
"deepsource": {
"command": "node",
"args": [
"/path/to/deepsource-mcp-server/dist/index.js"
],
"env": {
"DEEPSOURCE_API_KEY": "your-deepsource-api-key"
}
}
}
}
Prerequisites
- Node.js 20 or higher
- pnpm 10.7.0 or higher
- Docker (for container builds)
Scripts
-
pnpm run build
- Build the TypeScript code -
pnpm run start
- Start the server -
pnpm run dev
- Start the server in development mode -
pnpm run test
- Run tests -
pnpm run lint
- Run ESLint -
pnpm run format
- Format code with Prettier
License
MIT
相关推荐
Converts Figma frames into front-end code for various mobile frameworks.
I find academic articles and books for research and literature reviews.
Confidential guide on numerology and astrology, based of GG33 Public information
Embark on a thrilling diplomatic quest across a galaxy on the brink of war. Navigate complex politics and alien cultures to forge peace and avert catastrophe in this immersive interstellar adventure.
Advanced software engineer GPT that excels through nailing the basics.
Delivers concise Python code and interprets non-English comments
A unified API gateway for integrating multiple etherscan-like blockchain explorer APIs with Model Context Protocol (MCP) support for AI assistants.
Mirror ofhttps://github.com/suhail-ak-s/mcp-typesense-server
本项目是一个钉钉MCP(Message Connector Protocol)服务,提供了与钉钉企业应用交互的API接口。项目基于Go语言开发,支持员工信息查询和消息发送等功能。
Short and sweet example MCP server / client implementation for Tools, Resources and Prompts.
Reviews

user_X9LvzodD
As a dedicated user of deepsource-mcp-server, I am thoroughly impressed with the seamless integration and robust performance it offers. The server is well-crafted, showcasing sapientpants' expertise in delivering a top-notch product. The comprehensive documentation and welcoming start URL make setting up and using the server a breeze. Highly recommended for anyone seeking an efficient and reliable MCP application!