Unified MCP server for AgenticLens and Agentic Chaos workflows.
Project description
deep-agentic-core-mcp
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:
agenticlensstyle workflow inspection, profiling, and analysisagentic-chaosstyle resilience testing and fault-injection workflows
The goal is one MCP server, one package, and one registry identity rather than separate MCP servers for each product surface.
Idea
This project is the control plane between LLM hosts and the existing Python libraries:
agenticlensremains the core profiling and analysis engineagentic-chaosremains the core chaos and resilience enginedeep-agentic-core-mcpbecomes the MCP-native interface that hosts can call
That means MCP clients can connect once and access both observability and chaos testing capabilities through one server.
What This Server Should Eventually Do
Planned capability areas:
- profile an agentic workflow and return structured telemetry summaries
- analyze workflow artifacts and surface optimization recommendations
- run controlled chaos experiments against target workflows
- compare normal versus chaos runs
- expose shared resources such as workflow schemas, run metadata, and saved reports
Design Principles
- One MCP identity: publish a single server to the MCP Registry
- Python-first: package and publish through PyPI
- Thin orchestration layer: reuse
agenticlensandagentic-chaosinstead of re-implementing their logic - Local-first: work well as a stdio MCP server for developer workflows
- Expandable: leave room for a later remote deployment mode if needed
Initial Scope
The first milestone is foundation only:
- repository structure
- packaging metadata
- MCP registry metadata
- roadmap and product framing
- minimal server entrypoint and tool layout
The first working implementation can stay intentionally small while the shape of the tool surface stabilizes.
Proposed MCP Surface
Possible first tool groups:
lens.profile_workflowlens.analyze_workflowchaos.run_experimentchaos.list_faultscore.healthcore.version
These names are placeholders, but the structure matters: one server can expose multiple tools without needing multiple MCP packages or registry entries.
Repository Layout
mcp-server/
├── README.md
├── ROADMAP.md
├── pyproject.toml
├── server.json
├── .gitignore
├── docs/
│ └── architecture.md
├── examples/
│ └── sample_workflow.json
├── src/
│ └── deep_agentic_core_mcp/
│ ├── __init__.py
│ ├── server.py
│ ├── config.py
│ ├── prompts/
│ │ ├── __init__.py
│ │ └── registry.py
│ ├── resources/
│ │ ├── __init__.py
│ │ └── catalog.py
│ ├── schemas/
│ │ ├── __init__.py
│ │ └── tooling.py
│ ├── services/
│ │ ├── __init__.py
│ │ └── registry.py
│ ├── adapters/
│ │ ├── __init__.py
│ │ ├── agentic_chaos.py
│ │ └── agenticlens.py
│ └── tools/
│ ├── __init__.py
│ ├── registry.py
│ ├── chaos.py
│ ├── core.py
│ └── lens.py
└── tests/
├── test_imports.py
└── test_registry.py
MCP-Oriented Structure
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 thinadapters/for integration boundaries toagenticlensandagentic-chaos
The implementation is still early, but the file structure now reflects that shape so we can add functionality without reshuffling the repo later.
Packaging and Publishing Model
deep-agentic-core-mcp should publish in two layers:
- Publish the Python package to PyPI.
- Publish the MCP metadata in
server.jsonto the official MCP Registry.
For PyPI-based verification, the mcp-name marker above must match the
name field in server.json.
Near-Term Build Order
- Lock the canonical namespace and package metadata.
- Implement the stdio MCP server entrypoint.
- Add a minimal
core.healthtool. - Add the first
agenticlensandagentic-chaosadapter-backed tools. - Add examples and publishable packaging checks.
Notes
This scaffold assumes the intended GitHub namespace is
io.github.deepagentlabs/deep-agentic-core-mcp. If the final publishing
account or org changes, update:
- the
mcp-namemarker in this README server.json- any repository URLs in
pyproject.toml
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file deep_agentic_core_mcp-0.1.1.tar.gz.
File metadata
- Download URL: deep_agentic_core_mcp-0.1.1.tar.gz
- Upload date:
- Size: 9.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3ed51787a619fe26f27f0491dbb94a1f3165ab35c6c5f82ec2205b74f0417934
|
|
| MD5 |
3a2ed8ef92e2a083ca0bd93e9f34ca3e
|
|
| BLAKE2b-256 |
4db794721fa999199d3490d7f61bc325d0034b2c34de4dbfa8e59661925c617a
|
Provenance
The following attestation bundles were made for deep_agentic_core_mcp-0.1.1.tar.gz:
Publisher:
release-pypi.yml on DeepAgentLabs/mcp-server
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
deep_agentic_core_mcp-0.1.1.tar.gz -
Subject digest:
3ed51787a619fe26f27f0491dbb94a1f3165ab35c6c5f82ec2205b74f0417934 - Sigstore transparency entry: 2166887603
- Sigstore integration time:
-
Permalink:
DeepAgentLabs/mcp-server@1c2c2639341a6db996189a8de4aa84f8e0b2b343 -
Branch / Tag:
refs/tags/v0.1.1 - Owner: https://github.com/DeepAgentLabs
-
Access:
private
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release-pypi.yml@1c2c2639341a6db996189a8de4aa84f8e0b2b343 -
Trigger Event:
push
-
Statement type:
File details
Details for the file deep_agentic_core_mcp-0.1.1-py3-none-any.whl.
File metadata
- Download URL: deep_agentic_core_mcp-0.1.1-py3-none-any.whl
- Upload date:
- Size: 11.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e2fbe20cb5ef2b524f3f89cd82173cac59128a4cc9bbce8916332946b948b424
|
|
| MD5 |
623bd6b3d5c90687d0d6d47b0f4898de
|
|
| BLAKE2b-256 |
7a785aace14ccea13a24f2789a4d64cd7ce26dc29f5b12eb313e222d776d2d8f
|
Provenance
The following attestation bundles were made for deep_agentic_core_mcp-0.1.1-py3-none-any.whl:
Publisher:
release-pypi.yml on DeepAgentLabs/mcp-server
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
deep_agentic_core_mcp-0.1.1-py3-none-any.whl -
Subject digest:
e2fbe20cb5ef2b524f3f89cd82173cac59128a4cc9bbce8916332946b948b424 - Sigstore transparency entry: 2166887730
- Sigstore integration time:
-
Permalink:
DeepAgentLabs/mcp-server@1c2c2639341a6db996189a8de4aa84f8e0b2b343 -
Branch / Tag:
refs/tags/v0.1.1 - Owner: https://github.com/DeepAgentLabs
-
Access:
private
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release-pypi.yml@1c2c2639341a6db996189a8de4aa84f8e0b2b343 -
Trigger Event:
push
-
Statement type: