arch-agent-platform
v0.2.0Connect to the Kore.ai Agent Platform MCP toolkit for agent development, evaluation, and diagnostics.
By Kore.ai0 GitHub starsUpdated 2 days ago
Directory evidence
- Runtimes
- Codex
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 22, 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 arch-agent-platform for Codex
codex plugin marketplace add Koredotcom/kore-codex-plugins
codex plugin marketplace upgrade kore-skills
codex plugin add arch-agent-platform@kore-skillsPaste and run these commands in a terminal with Codex. They add and refresh the kore-skills catalog, then install this plugin.
Compatibility: the page URL and API slug “arch-agent-platform” remain stable.
- Codex:
arch-agent-platform@agent-plugin-marketplace→arch-agent-platform@kore-skills
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/Koredotcom/kore-codex-pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/arch-agent-platform/.
Plugin files
├── .codex-plugin/plugin.json└── .mcp.json
MCP servers1
- command
- npx
- args
- -y @koreai/arch-mcp-tools@latest
Plugin manifests1
{
"name": "arch-agent-platform",
"version": "0.2.0",
"description": "Connect to the Kore.ai Agent Platform MCP toolkit for agent development, evaluation, and diagnostics.",
"author": {
"name": "Kore.ai"
},
"homepage": "https://github.com/Koredotcom/kore-codex-plugins",
"repository": "https://github.com/Koredotcom/kore-codex-plugins",
"keywords": [
"kore.ai",
"agent-platform",
"arch",
"mcp",
"debugging",
"evaluation"
],
"mcpServers": "./.mcp.json",
"interface": {
"displayName": "Arch Agent Platform Tools",
"shortDescription": "Build, evaluate, and diagnose Kore.ai agents",
"longDescription": "Connect to the published Kore.ai Arch MCP toolkit using your authorized Agent Platform environment. Provides tools rather than a standalone skill.",
"developerName": "Kore.ai",
"category": "Productivity",
"capabilities": [
"Read",
"Write"
],
"websiteURL": "https://kore.ai/",
"defaultPrompt": [
"Diagnose this Agent Platform session.",
"Evaluate this agent and summarize the findings."
]
}
}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.
[arch-agent-platform on Agent Plugins Marketplace](https://pluginsmp.com/plugins/arch-agent-platform)