cargento
v0.19.0Agnostic agent cartography and visualization — a live local dashboard mapping coding-agent sessions across Claude Code, Codex, Pi, Gemini, Antigravity, Copilot, OpenCode, Cursor, Goose, and Droid
By DataRecce3 GitHub starsUpdated 1 hour ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 2 skill or MCP entries
- Source updated
- Sep 1, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install cargento for Codex and Claude Code
codex plugin marketplace add spacedock-dev/cargento
codex plugin marketplace upgrade cargento-marketplace
codex plugin add cargento@cargento-marketplacePaste and run these commands in a terminal with Codex. They add and refresh the cargento-marketplace catalog, then install this plugin.
Compatibility: the page URL and API slug “cargento” remain stable.
- Codex:
cargento@agent-plugin-marketplace→cargento@cargento-marketplace
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/spacedock-dev/cargentoClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is cargento/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json├── skills/cargento/SKILL.md└── .mcp.json
Included Skills1
Open Cargento, a local agent-cartography dashboard for Claude Code, Codex, Pi, Gemini, Antigravity, Copilot, OpenCode, Cursor, Goose, and Droid sessions, with subagents, task progress, token rate, ETAs, and Claude input-wait notifications. Use for “open cargento” or “monitor agent progress”.
MCP servers1
- command
- python3
- args
- ${CLAUDE_PLUGIN_ROOT}/skills/cargento/mcp_server.py
MCP configuration uses runtime-provided plugin path placeholders such as ${PLUGIN_ROOT} or ${CLAUDE_PLUGIN_ROOT}. Review the manifest for the runtime-specific expansion rules.
Plugin manifests2
{
"name": "cargento",
"version": "0.19.0",
"description": "Agnostic agent cartography and visualization — a live local dashboard mapping coding-agent sessions across Claude Code, Codex, Pi, Gemini, Antigravity, Copilot, OpenCode, Cursor, Goose, and Droid",
"author": {
"name": "DataRecce",
"email": "[email protected]",
"url": "https://github.com/DataRecce"
},
"homepage": "https://github.com/spacedock-dev/cargento/tree/main/cargento",
"repository": "https://github.com/spacedock-dev/cargento",
"keywords": [
"cargento",
"agents",
"cartography",
"dashboard",
"visualization"
],
"skills": "./skills/",
"hooks": "./hooks/codex-hooks.json",
"interface": {
"displayName": "Cargento",
"shortDescription": "Agent cartography and visualization",
"longDescription": "Cargento maps live coding-agent activity on this machine into a single local dashboard — sessions, subagents, task progress, turn ETAs, and token output rate across Claude Code, Codex, Pi, Gemini CLI, Antigravity CLI, GitHub Copilot CLI, OpenCode, Cursor CLI, Goose, and Factory Droid.",
"developerName": "DataRecce",
"category": "Development",
"capabilities": [
"Interactive",
"Read"
],
"defaultPrompt": [
"Open the live agent cartography dashboard.",
"Show my coding-agent sessions and their progress."
],
"websiteURL": "https://github.com/spacedock-dev/cargento"
}
}{
"name": "cargento",
"version": "0.19.0",
"description": "Agnostic agent cartography and visualization — a live local dashboard mapping coding-agent sessions across Claude Code, Codex, Pi, Gemini, Antigravity, Copilot, OpenCode, Cursor, Goose, and Droid",
"author": {
"name": "DataRecce",
"email": "[email protected]"
},
"mcpServers": {
"cargento": {
"command": "python3",
"args": [
"${CLAUDE_PLUGIN_ROOT}/skills/cargento/mcp_server.py"
]
}
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[cargento on Agent Plugins Marketplace](https://pluginsmp.com/plugins/cargento)