← All plugins
marcopolo
v1.0.3MarcoPolo spins up a secure container where Codex can work with your actual data.
Codex
by Immersa, Inc.MIT5kupdated 3 weeks ago
Source
git clone https://github.com/openai/pluginsClone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/marcopolo/ inside the repository.
Layout
plugins/marcopolo/
└── .codex-plugin/plugin.json
Manifests1
plugins/marcopolo/.codex-plugin/plugin.json
{
"name": "marcopolo",
"version": "1.0.3",
"description": "MarcoPolo spins up a secure container where Codex can work with your actual data.",
"author": {
"name": "Immersa, Inc.",
"url": "https://marcopolo.dev"
},
"homepage": "https://marcopolo.dev",
"repository": "https://github.com/openai/plugins",
"license": "MIT",
"keywords": [],
"apps": "./.app.json",
"interface": {
"displayName": "MarcoPolo",
"shortDescription": "MarcoPolo spins up a secure container where Codex can work with your actual data.",
"longDescription": "MarcoPolo spins up a secure container where Codex can work with your actual data. Connect to your databases, APIs, S3, lakehouses, CRMs, Jira, logs and much more—using scoped credentials that are never exposed to the model. \n\nCodex gets DuckDB, Python, a shell, and a set of tools to explore, query, transform, and analyze data across systems. The workspace persists over time, so that you can build on your work. \n\nPrep a report, understand your data, debug an issue, or review the latest metrics right here in the conversation.",
"developerName": "Immersa, Inc.",
"category": "Developer Tools",
"capabilities": [],
"websiteURL": "https://marcopolo.dev",
"privacyPolicyURL": "https://marcopolo.dev/privacy-policy",
"termsOfServiceURL": "https://marcopolo.dev/terms-and-conditions",
"defaultPrompt": [
"Available data sources to query or update"
],
"screenshots": [],
"composerIcon": "./assets/app-icon.png",
"logo": "./assets/app-icon.png"
}
}