Gateplex

by GateplexAI

324 downloads
Not rated
GitHub

About

Governance firewall for autonomous AI agents. Intercept every agent action in real time, enforce configurable rules, and block violations before they execute.

Details

Author
GateplexAI
Downloads
324
Categories
Other, AI, Security

- Real-time interception of every autonomous agent action
- Configurable guardrail rules for blocking or flagging actions
- Single API call integration with any LLM or framework
- Zero code changes required for existing agent pipelines
- Tools: log_intercept, get_feed, check_guardrails

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 Gateplex
    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

Use Gateplex by calling its provided tools: log_intercept to send an intercept event, get_feed to retrieve the latest intercepts, and check_guardrails to list active guardrail rules. Begin by visiting gateplex.ai to sign up.

Claude Desktop / Cursor

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

{
    "mcpServers": {
        "gateplex": {
            "gateplex": {
                "command": "npx",
                "args": [
                    "smithery",
                    "mcp",
                    "add",
                    "gateplex/gateplex"
                ]
            }
        }
    }
}

McpServers

{
    "gateplex": {
        "command": "npx",
        "args": [
            "smithery",
            "mcp",
            "add",
            "gateplex/gateplex"
        ]
    }
}

Gateplex is a real-time governance firewall for autonomous AI agents.
Every agent action is intercepted, checked against your configurable rules, and blocked or flagged before it executes. One API call, any LLM, any framework, zero code changes.

Tools:

log_intercept — Send an intercept event to Gateplex for any agent action
get_feed — Retrieve the latest intercepts for your project
check_guardrails — List active guardrail rules for your project

Get started at gateplex.ai

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.