Argon
Rank #3,351io.github.argon-lab/argon
Versioned MongoDB sandboxes for AI agents: branch, time-travel, merge, and undo over MCP.
Argon is a Model Context Protocol (MCP) server published by argon-lab. It ranks #3,351 of 115,591 servers tracked on MCP Toplist, and its repository has 171 GitHub stars. Argon is listed across 2 registries — Official MCP and PulseMCP, with 1 tracked version. It was first listed on Jul 18, 2025 and most recently updated on Jul 9, 2026.
Ranks ahead of 112,240 of 115,591 servers on MCP Toplist.
Use Argon
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add argon -- npx -y argonctl mcp[mcp_servers.argon]
command = "npx"
args = ["-y", "argonctl", "mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"argon": {
"command": "npx",
"args": [
"-y",
"argonctl",
"mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"argon": {
"command": "npx",
"args": [
"-y",
"argonctl",
"mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"argon": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"argonctl",
"mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"argon": {
"command": "npx",
"args": [
"-y",
"argonctl",
"mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"argon": {
"command": "npx",
"args": [
"-y",
"argonctl",
"mcp"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.argon-lab%2Fargon)<a href="https://mcptoplist.com/server/io.github.argon-lab%2Fargon"><img src="https://mcptoplist.com/badge/io.github.argon-lab%2Fargon.svg" alt="MCP Toplist: Top 5% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
argon-lab
Available versions (1)
| Version | Published |
|---|---|
| 2.0.1 | Jul 9, 2026 |
Frequently asked questions
- Who maintains Argon?
- Argon is maintained by argon-lab, which publishes 1 MCP server (1 total version) tracked on MCP Toplist.
- Is Argon listed on the Official MCP Registry?
- Yes — Argon is listed on the Official MCP Registry, alongside PulseMCP.
- How many versions does Argon have?
- MCP Toplist tracks 1 version of Argon, most recently published on Jul 9, 2026.
- Where can I find the source code for Argon?
- The source code for Argon is hosted at github.com/argon-lab/argon.