Aimcpgate runs on your own machine — the client starts it, so there is no endpoint to ping. 54 installs a week from npm. Last commit 8 Sep 2026.
MCP gateway/proxy: multiplexes tool calls across upstream MCP servers into one catalog.
We read the source, 21 h ago · rules 3dff92dd89df
What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.
postinstall: node install.js
этот файл ставится пользователю, но в репозитории его нет
const child = spawn(bin, process.argv.slice(2), { stdio: 'inherit' });
return path.join(__dirname, 'bin', exe);
Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.
We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.
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.
claude mcp add aimcpgate -- npx -y aimcpgate
{
"mcpServers": {
"aimcpgate": {
"args": [
"-y",
"aimcpgate"
],
"command": "npx"
}
}
}
[mcp_servers.aimcpgate]
command = "npx"
args = ["-y", "aimcpgate"]
{
"mcpServers": {
"aimcpgate": {
"args": [
"-y",
"aimcpgate"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"aimcpgate": {
"args": [
"-y",
"aimcpgate"
],
"command": "npx"
}
}
}
Gating proxy for MCP servers: policy, verification and one audit trail across upstreams.
Policy proxy for MCP tool calls. A denied call never reaches the downstream server.
Unified gateway exposing 150+ tools across all NexGenData MCP servers via one endpoint.
N-to-1 MCP Orchestration. Unified gateway for multiple MCP servers with intelligent tool discovery.
MCP proxy that aggregates multiple servers with tool filtering and customization
Provenance gateway for stdio MCP servers: blocks tool calls fed by untrusted tool results.
Local MCP proxy: collapses N servers' tools into 4 meta-tools and compresses large tool outputs.
MCP policy proxy: enforces a code of conduct across connectors before the upstream is called.
Answers built from our own checks of this server.