mcpbeat Sign in

Argon MCP Server

by argon-lab Your server? Claim it
local only

Argon runs on your own machine — the client starts it, so there is no endpoint to ping. 46 installs a week from npm. Last commit 9 Sep 2026.

Versioned MongoDB sandboxes for AI agents: branch, time-travel, merge, and undo over MCP.

Installs per day peak 31 · avg 6 · -10% w/w
a month agotoday
46
Installs / week
npm · argonctl
171
Stars
0 open issues
9 Sep 2026
Last commit
0 releases in 90 days
MIT
License
Go

What the code does

We read the source, 13 h ago · rules 3dff92dd89df

Capabilities

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.

Runs a command on install [пакет] package.json:1
postinstall: node scripts/install.js
const result = spawnSync(binaryPath, process.argv.slice(2), { stdio: 'inherit' });
const binaryPath = path.join(__dirname, binaryName);

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

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.

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 argon -- npx -y argonctl
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "argon": {
      "args": [
        "-y",
        "argonctl"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.argon]
command = "npx"
args = ["-y", "argonctl"]
.cursor/mcp.json
{
  "mcpServers": {
    "argon": {
      "args": [
        "-y",
        "argonctl"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "argon": {
      "args": [
        "-y",
        "argonctl"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Argon

same job, measured the same way
SafeSelect MCP
by antonillos

Fail-closed, read-only PostgreSQL and MongoDB access for AI agents over MCP.

local only
Myco Brain
by thegoodguysla

Self-hosted, source-traceable memory layer and MCP server for AI agents, on your own Postgres.

36 installs/wk local only
C
Data
by thinair

PostgreSQL, MySQL, and SQL Server in one session. 26 read-only MCP tools for AI agents.

answering
Florentine AI
by florentine-ai

MCP server for Florentine.ai - Natural language to MongoDB aggregations

3 661 installs/wk local only
SQL Sentinel MCP Server
by tkmawarire

SQL Server monitoring and diagnostics for AI agents using Extended Events. No ODBC drivers required.

local only
nlqdb — analytical memory for AI agents
by nlqdb

Analytical memory for AI agents: a real Postgres queried in plain English over MCP. One command.

answering
MCP Mongodb
by infoinlet-marketplace

Read-only MongoDB for AI agents — find, aggregate (no write stages), count, stats.

20 installs/wk local only
Docker MCP Server
by hypnosis

Docker for AI agents — containers, compose stacks, logs and databases, locally or over SSH.

162 installs/wk local only

Argon — questions

Answers built from our own checks of this server.

Why is there no uptime for Argon?
Argon 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 argonctl was installed 46 times last week.
How do I connect Argon?
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 argonctl straight from npm; nothing to host, nothing to sign up for.
How many people use Argon?
The npm package argonctl was installed 46 times in the last week. Week over week that is -10%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Argon open source?
Yes — it is published under the MIT licence, written in Go and 171 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.