ZeroPath MCP Server

by ZeroPathAI

9 stars
365 downloads
Not rated
GitHub Website

About

Open-source MCP server for querying ZeroPath security issues, patches, and scans using Claude, Cursor, Windsurf, or any AI assistant.

Details

Author
ZeroPathAI
GitHub stars
9
Downloads
365
Categories
Developer Tools, Security, AI, Database

- Direct tRPC V2 calls (no REST wrapper)
- Dynamic tool surface loaded from MCP manifest
- Client‑side input validation (best‑effort)
- Structured JSON responses (wrapper removed)
- Supports both queries and mutations

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name ZeroPath MCP Server
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Install via pip install git+https://github.com/ZeroPathAI/zeropath-mcp-server or use uvx to run without installing. Set environment variables ZEROPATH_TOKEN_ID, ZEROPATH_TOKEN_SECRET, ZEROPATH_ORG_ID and optionally ZEROPATH_BASE_URL. Add the server configuration to your MCP client’s config file using command uvx (GitHub source) or zeropath-mcp-server (PyPI install) with the required env vars.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "zeropath mcp server": {
            "zeropath-mcp-server": {
                "command": "uv",
                "args": [
                    "sync"
                ]
            }
        }
    }
}

McpServers

{
    "zeropath-mcp-server": {
        "command": "uv",
        "args": [
            "sync"
        ]
    }
}

ZeroPath MCP Server

License: MIT

Interact with ZeroPath security findings via MCP-compatible tools.

This MCP server calls ZeroPath tRPC V2 procedures directly (no REST wrappers) and returns structured JSON responses suitable for agent consumption.

---

Blog Post

Learn more about why we built this and how it fits into the evolving AI development ecosystem:

Chat With Your AppSec Scans: Introducing the ZeroPath MCP Server

Installation

Quick Install (Recommended)

Install directly from GitHub:

```bash

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.