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

DeepSource-MCP-Server
Serveur de protocole de contexte de modèle (MCP) pour 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
相关推荐
Evaluator for marketplace product descriptions, checks for relevancy and keyword stuffing.
Confidential guide on numerology and astrology, based of GG33 Public information
Advanced software engineer GPT that excels through nailing the basics.
Take an adjectivised noun, and create images making it progressively more adjective!
Découvrez la collection la plus complète et la plus à jour de serveurs MCP sur le marché. Ce référentiel sert de centre centralisé, offrant un vaste catalogue de serveurs MCP open-source et propriétaires, avec des fonctionnalités, des liens de documentation et des contributeurs.
Manipulation basée sur Micropython I2C de l'exposition GPIO de la série MCP, dérivée d'Adafruit_MCP230XX
Une passerelle API unifiée pour intégrer plusieurs API d'explorateur de blockchain de type étherscan avec la prise en charge du protocole de contexte modèle (MCP) pour les assistants d'IA.
Miroir dehttps: //github.com/bitrefill/bitrefill-mcp-server
MCP Server pour récupérer le contenu de la page Web à l'aide du navigateur sans tête du dramwright.
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!