centaur
v0.1.0Use an authenticated Centaur deployment from Codex.
By ParadigmLicense: Apache-2.0 OR MIT1.3k GitHub starsUpdated last week
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 15, 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 centaur for Codex and Claude Code
codex plugin marketplace add paradigmxyz/centaur
codex plugin marketplace upgrade centaur
codex plugin add centaur@centaurPaste and run these commands in a terminal with Codex. They add and refresh the centaur catalog, then install this plugin.
Compatibility: the page URL and API slug “centaur” remain stable.
- Codex:
centaur@agent-plugin-marketplace→centaur@centaur
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/paradigmxyz/centaurClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/centaur/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json└── skills/centaur/SKILL.md
Included Skills1
Use an authenticated Centaur MCP deployment to discover and call team-approved tools. Use when a task requires Centaur, its tool catalog, or the user's Centaur identity and permissions.
Plugin manifests2
{
"name": "centaur",
"version": "0.1.0",
"description": "Use an authenticated Centaur deployment from Codex.",
"author": {
"name": "Paradigm",
"url": "https://github.com/paradigmxyz"
},
"homepage": "https://centaur.run",
"repository": "https://github.com/paradigmxyz/centaur",
"license": "Apache-2.0 OR MIT",
"keywords": [
"centaur",
"mcp",
"tools",
"agents"
],
"skills": "./skills/",
"interface": {
"displayName": "Centaur",
"shortDescription": "Use your team's approved Centaur tools.",
"longDescription": "Connect Codex to an authenticated Centaur MCP deployment and use the tools permitted for your Centaur principal.",
"developerName": "Paradigm",
"category": "Developer Tools",
"capabilities": [
"Interactive",
"Read",
"Write"
],
"websiteURL": "https://centaur.run",
"defaultPrompt": [
"Show my Centaur identity and available tools.",
"Use Centaur to complete this task."
]
}
}{
"name": "centaur",
"description": "Use an authenticated Centaur deployment from Claude Code.",
"version": "0.1.0",
"author": {
"name": "Paradigm",
"url": "https://github.com/paradigmxyz"
},
"homepage": "https://centaur.run",
"repository": "https://github.com/paradigmxyz/centaur",
"license": "Apache-2.0 OR MIT",
"keywords": [
"centaur",
"mcp",
"tools",
"agents"
],
"userConfig": {
"mcp_url": {
"type": "string",
"title": "Centaur MCP URL",
"description": "The HTTPS URL of your Centaur deployment's /mcp endpoint.",
"required": true
}
},
"mcpServers": {
"centaur": {
"type": "http",
"url": "${user_config.mcp_url}"
}
}
}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.
[centaur on Agent Plugins Marketplace](https://pluginsmp.com/plugins/centaur)