Arch
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Archlist my agents in the 'demo' project"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Arch MCP tools (@koredotcom/agents-mcp-tools)
Arch is the personified Agent Platform MCP operator for Build, Evaluate, Optimize, Debug, and Analyze workflows. The package name and tool names stay stable for existing automation, but clients now see the tool surface as Arch.
Install
{
"mcpServers": {
"arch-agent-platform": {
"command": "npx",
"args": ["@koredotcom/agents-mcp-tools"],
"env": {
"AGENTS_URL": "https://agents.kore.ai"
}
}
}
}Add this to your project's .mcp.json or ~/.claude/settings.json.
Existing configs that use an MCP server key like agent-platform-debug can keep that key; the key is local client configuration.
Environment URLs
Environment | URL |
Production |
|
Dev |
|
Staging |
|
QA |
|
Local |
|
Set AGENTS_URL in the env block, or pass serverUrl directly to platform_connect.
Related MCP server: Agentic AI System MCP Server
Tools
Arch Build
Arch creates and changes platform projects, agents, tools, configuration, versions, deployments, and imports.
Tool | Description |
| Manage projects (list, get, create, update, delete) |
| Manage agents (list, get, save_dsl) |
| Manage agent versions (list, create, get, promote, diff) |
| Manage deployments (list, create, get, retire, rollback) |
| Manage tools (list, get, create, update, delete, test) |
| Import/export projects |
| Manage project and LLM configuration |
| List, switch, and inspect active workspaces |
Arch Evaluate
Arch generates eval assets, runs eval workflows, and reads CI evidence.
Tool | Description |
| Manage and generate eval personas |
| Manage and generate eval scenarios |
| Manage eval evaluators and templates |
| Manage eval sets |
| Manage eval runs, preflight, cases, and heatmaps |
| Get Harness CI execution logs |
Arch Optimize
Arch validates packages, inspects compiler-visible models, and drives repair loops.
Tool | Description |
| Validate a local package and optional import preview |
| Show compiler-visible agents, tools, constraints, refs, and diagnostics |
| Run ABL repair and design lint checks |
| Correlate transcript symptoms with ABL file/line causes |
| Alias for transcript failure diagnosis |
Arch Debug
Arch connects to live sessions, traces failures, and inspects execution state.
Tool | Description |
| Connect and authenticate to the platform |
| List available agents by domain |
| Load an agent and create a debug session |
| Send a message to an agent |
| Inspect agent context, gather progress, flow state |
| Search trace events (type, text, agent, error) |
| View hierarchical execution flow |
| Explain agent decisions with context |
| View state machine graph (JSON or Mermaid) |
| Get errors, warnings, and escalations |
| List observable sessions |
| Subscribe/unsubscribe to session traces |
Arch Analyze
Arch explains documentation, diagnostics, and system health signals.
Tool | Description |
| Get or search ABL documentation |
| Diagnose agent config and execution issues |
| Automated session diagnostics |
Authentication
Authentication is automatic when you call platform_connect:
Explicit token — pass
authTokenparameterStored credentials — reads
~/.config/kore-platform/credentials.jsonDevice auth — opens the browser and polls until approval completes in the same
platform_connectcall
License
UNLICENSED
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Koredotcom/agents-mcp-tools'
If you have feedback or need assistance with the MCP directory API, please join our Discord server