Skip to main content
ZeroPath’s MCP Server lets AI tools like Claude Desktop and Cursor interact with your security findings. The server connects to ZeroPath’s REST API and exposes operations as MCP tools, so you can triage issues, manage rules, and review scans using natural language.

How It Works

Tool Discovery

The server fetches available operations from ZeroPath’s MCP manifest at startup and registers them as MCP tools with schemas and descriptions.

Request Forwarding

When your AI assistant calls a tool, the server validates inputs, injects your organization context, and forwards the request to ZeroPath’s REST API.

Structured Responses

Results come back as JSON, ready for your AI tool to interpret and present to you.

What You Can Do

End-to-end Flow

1

Connect

Install the MCP server and configure your MCP client (Claude Desktop, Cursor, etc.) with ZeroPath API credentials.
2

Discover

The server loads available tools from ZeroPath’s MCP manifest. Your AI assistant sees all 15 tools with their schemas and descriptions.
3

Query

Ask your AI assistant questions like “show me critical issues in the backend repo” or “archive all false positives from last week’s scan.”
4

Act

The server translates your request into API calls, validates inputs, and returns structured results.

Requirements

  • Python 3.12+
  • ZeroPath account with API key access
  • MCP-compatible client (Claude Desktop, Cursor, or similar)

Contributing

We welcome contributions from the security, AI, and developer tools communities:
  • Open an issue if you find a bug
  • Submit a pull request to improve or add tools
  • Join us on Discord for feedback and questions