Metadata-Version: 2.5
Name: depsentinel-guard
Version: 1.1.6
Summary: DepSentinel MCP Server (Thin Client) for AI Package Hallucination Guard — with real-time layer streaming
Project-URL: Homepage, https://depsentinel-platform.vercel.app
Author-email: DepSentinel Security <security@depsentinel.com>
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.9
Requires-Dist: fastmcp>=0.4.0
Requires-Dist: httpx>=0.27
Requires-Dist: mcp>=1.0.0
Description-Content-Type: text/markdown

# DepSentinel MCP Server

This is the official Model Context Protocol (MCP) server for DepSentinel.
It connects AI Assistants (like Cursor and Claude Desktop) to the DepSentinel Cloud API to verify npm packages before installation.

## Installation & Usage

You do NOT run this manually. Add it to your `claude_desktop_config.json` or Cursor Settings:

```json
{
  "mcpServers": {
    "depsentinel": {
      "command": "uvx",
      "args": ["depsentinel-mcp"],
      "env": {
        "DEPSENTINEL_API_KEY": "ds_your_api_key",
        "DEPSENTINEL_API_URL": "https://depsentinel.neuraliftx.in"
      }
    }
  }
}
```

Get your API key at [DepSentinel Platform](https://depsentinel.neuraliftx.in).
