dependency-check-mcp

sam5epi0l/dependency-check-mcp

3.1

If you are the rightful owner of dependency-check-mcp 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.

The Dependency Check MCP Server is a tool that facilitates interaction with the Dependency Check CLI through a Model Context Protocol server, enabling structured command execution and document search.

Dependency Check MCP Server

This project runs a Model Context Protocol (MCP) server that wraps the Dependency Check cli. It enables tools like Cursor or AI agents to interact with Dependency Check through structured commands and doc search.


Requirements

Install with uv:

uv pip install -r requirements.txt

or with pip:

pip install fastmcp httpx

Running the MCP Server

uv run mcp run server.py -t sse

Cursor Config

Make sure your .cusor/config.json contains:

{
  "mcpServers": {
    "depcheck": {
      "url": "http://localhost:8000/sse"
    }
  }
}