mcpbeat Sign in
I

agentgate MCP Server

by ciceroyang Your server? Claim it
local only

agentgate runs on your own machine — the client starts it, so there is no endpoint to ping.

Read-only evidence for the tools agents run: MCP server records, coverage and policy.

Installs / week
npm · @zhiliangtech/agentgate
Stars
on GitHub
Last commit
no recent releases
License
language unknown

Nothing serious here today

Today is the operative word: we check agentgate every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add agentgate -- npx -y @zhiliangtech/agentgate
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "agentgate": {
      "args": [
        "-y",
        "@zhiliangtech/agentgate"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.agentgate]
command = "npx"
args = ["-y", "@zhiliangtech/agentgate"]
.cursor/mcp.json
{
  "mcpServers": {
    "agentgate": {
      "args": [
        "-y",
        "@zhiliangtech/agentgate"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "agentgate": {
      "args": [
        "-y",
        "@zhiliangtech/agentgate"
      ],
      "command": "npx"
    }
  }
}

Alternatives to agentgate

same job, measured the same way
Untappd
by darrenjrobinson

MCP server exposing Untappd API tools for AI agents — full v4 read API coverage

70 installs/wk local only
Robokassa MCP
by artgas1

Comprehensive MCP server for the Robokassa payment gateway (18 tools, full API coverage).

76 installs/wk local only
Godot MCP Runtime
by erodenn

Zero-addon MCP server for Godot 4: agents edit, run, and play-test the game.

1 340 installs/wk local only
MCP Test Runner
by lovranran

Local test execution and coverage summaries for onboarding agents.

63 installs/wk local only
A
Nginx Proxy Manager
by baeck

MCP server for Nginx Proxy Manager with full API coverage (43 tools)

98 installs/wk local only
MCP Compliance
by yawlabs

CLI tool and MCP server that tests MCP servers for spec compliance

1 350 installs/wk local only
I
Simple MCP HTTP
by oleksii-donets

A Test MCP server that provides tools, promts and resources

local only
Simple MCP
by oleksii-donets

A Test MCP server that provides tools, promts and resources

local only

agentgate — questions

Answers built from our own checks of this server.

Why is there no uptime for agentgate?
agentgate runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @zhiliangtech/agentgate.
How do I connect agentgate?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @zhiliangtech/agentgate straight from npm; nothing to host, nothing to sign up for.