
Research
/Security News
Popular npm Packages in the keyv and Cacheable Namespaces Compromised in Active Supply Chain Attack
Popular npm packages keyv and cacheable compromised.
deep-agentic-core-mcp
Advanced tools
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 workflowsThe 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 enginedeep-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 logicThe first milestone is foundation only:
The first working implementation can stay intentionally small while the shape of the tool surface stabilizes.
Possible first tool groups:
lens.profile_workflowlens.analyze_workflowchaos.run_experimentchaos.list_faultscore.healthcore.versionThese names are placeholders, but the structure matters: one server can expose multiple tools without needing multiple MCP packages or registry entries.
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
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 to agenticlens and
agentic-chaosThe implementation is still early, but the file structure now reflects that shape so we can add functionality without reshuffling the repo later.
deep-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.
core.health tool.agenticlens and agentic-chaos adapter-backed tools.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.tomlFAQs
Unified MCP server for AgenticLens and Agentic Chaos workflows.
We found that deep-agentic-core-mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 4 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Research
/Security News
Popular npm packages keyv and cacheable compromised.

Security News
A misconfiguration gave three Anthropic models internet access, and one, believing it was in a simulation, shipped a credential-stealing package to PyPI.

Security News
/Company News
Socket has joined the new Composer and Packagist sponsorship program as a launch sponsor, supporting the team that keeps PHP's package ecosystem secure.