Unified MCP server for AgenticLens and Agentic Chaos capabilities.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
deep-agentic-core-mcp is the shared MCP server layer for the DeepAgentLabs
ecosystem. It is designed to expose a single MCP interface that combines:
agenticlens style workflow inspection, profiling, and analysisagentic-chaos style resilience testing and fault-injection workflowsIt sits above the AI Operations Workflow Specification, exposing a unified MCP-native control surface over the shared operational model used by the reference implementations.
The goal is one MCP server, one package, and one registry identity rather than separate MCP servers for each product surface.
This project is the control plane between LLM hosts and the existing Python libraries:
agenticlens remains the core profiling and analysis engineagentic-chaos remains the core chaos and resilience engineAI Operations Workflow Specification remains the shared data contractdeep-agentic-core-mcp becomes the MCP-native interface that hosts can callThat means MCP clients can connect once and access both observability and chaos testing capabilities through one server.
Planned capability areas:
agenticlens and agentic-chaos instead of
re-implementing their logicchaos.run_experiment executes real code (see
SECURITY.md), so this server is meant for trusted,
local/stdio use, not exposure to untrusted clients0.2.0)core.health β rich diagnostics: adapter availability/version, loaded
tool/resource/prompt counts, workspace root, recent successful callscore.version β server package versioncore.verify β checks agenticlens/agentic-chaos/ai-operations-spec
connectivity and reports readinesscore.session_state β inspect what the active session has accumulatedlens.analyze_workflow β run AgenticLens recommendations against a
workflow artifactlens.report_summary β render a Markdown workflow reportlens.compare_runs β compare baseline/candidate trace runs for
regressionslens.slo_summary β apply release-gate style SLO thresholds to an
evaluation reportlens.audit_report β case-by-case evaluation detail, optionally with HTMLchaos.list_faults β list the supported fault typeschaos.run_experiment β run a workspace-sandboxed target script under
selected faults (executes real code β see SECURITY.md)spec.validate_artifact β validate a workflow/run artifact against the AI
Operations v0.4 draftSequential tool calls can share context via an optional session_id
argument, backed by an in-memory session store β see ROADMAP.md Phase 2.
See ROADMAP.md for what's shipped per phase and what's still
open, and docs/tools.md for full input schemas and
per-tool metadata (generated from tools/registry.py, run make docs to
refresh it after changing that file).
This repository should have all of the standard layers we expect for a useful MCP server:
tools/ for callable MCP tools and their registration metadataresources/ for readable assets such as fault catalogs, templates, and
workflow examplesprompts/ for reusable prompt templates exposed through the serverschemas/ for typed request and response contractsservices/ for shared orchestration logic that keeps tool modules thin,
including the in-memory session store (services/session.py)adapters/ for integration boundaries to agenticlens, agentic-chaos,
and ai-operations-spec β each degrades to "available": false rather
than crashing server boot if its sibling repo is missingdeep-agentic-core-mcp should publish in two layers:
server.json to the official MCP Registry.For PyPI-based verification, the mcp-name marker above must match the
name field in server.json.
Phase 2 (session management, rich diagnostics, tool annotations, prompt
registry, core.verify) and Phase 3b (Agentic Chaos) are complete as of
0.2.0. What's still open (see ROADMAP.md for full detail):
lens.analyze_workflow's response shapeai-operations-spec
work landing firstA Makefile provides shorthand for common tasks:
This scaffold assumes the intended GitHub namespace is
io.github.deepagentlabs/deep-agentic-core-mcp. If the final publishing
account or org changes, update:
mcp-name marker in this READMEserver.jsonpyproject.tomlShowcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/deep-agentic-core-mcp-2)<a href="https://allmcps.com/mcp/deep-agentic-core-mcp-2"><img src="https://allmcps.com/api/badge/deep-agentic-core-mcp-2?style=directory" alt="Deep Agentic Core MCP on AllMCPs" /></a>