🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@agentkitai/agentgate-mcp

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@agentkitai/agentgate-mcp

MCP (Model Context Protocol) server for AgentGate. Enables Claude and other MCP-compatible AI assistants to request approvals.

latest
Source
npmnpm
Version
0.0.3
Version published
Weekly downloads
52
23.81%
Maintainers
1
Weekly downloads
 
Created
Source

@agentkitai/agentgate-mcp

MCP (Model Context Protocol) server for AgentGate. Enables Claude and other MCP-compatible AI assistants to request approvals.

Installation

npm install -g @agentkitai/agentgate-mcp

Claude Desktop Configuration

Add to your Claude Desktop config (~/Library/Application Support/Claude/claude_desktop_config.json on macOS):

{
  "mcpServers": {
    "agentgate": {
      "command": "npx",
      "args": ["@agentkitai/agentgate-mcp"],
      "env": {
        "AGENTGATE_URL": "http://localhost:3000",
        "AGENTGATE_API_KEY": "your-api-key"
      }
    }
  }
}

Available Tools

  • agentgate_request - Submit an approval request
  • agentgate_get - Check request status
  • agentgate_list - List requests with filters
  • agentgate_decide - Approve or deny (for agent-approvers)

Environment Variables

  • AGENTGATE_URL - AgentGate server URL (default: http://localhost:3000)
  • AGENTGATE_API_KEY - API key for authentication

FAQs

Package last updated on 26 Jun 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts