TheUnderdark
Click on "Deploy 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., "@TheUnderdarkexecute the DonutHole storage workflow with approval"
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.
TheUnderdark
TheUnderdark is a planned storage execution adapter for Roadex projects. It will expose narrowly scoped storage workflows through MCP, integrate with Overseer approvals, and produce redacted execution evidence for O'Brien's bounded maintenance workflows.
The first acceptance target is the storage-dependent Overseer workflow used by DonutHole.
Overseer does not currently provide a pluggable storage-adapter registry. The first integration slice must therefore define both TheUnderdark's MCP contract and the separately reviewed Overseer adapter-client/registration seam.
Status
The project summary is approved and the implementation team is under review. No storage adapter, persistent service, Overseer registration, or live storage execution is enabled yet.
Related MCP server: local-evidence-mcp
Safety principles
Bind the MCP backend to loopback only.
Deny access outside explicitly registered project roots.
Treat acknowledgment as message processing, not execution authorization.
Require exact approval and idempotency controls for mutating operations.
Return redacted evidence rather than credentials, raw databases, or private project exports.
Keep service installation, registration, restarts, and remote exposure behind separate Overseer and human approval gates.
See the approved project summary and security boundaries for the initial contract. The Overseer integration findings capture the verified current blocker. The approved A-Team plan defines ownership and approval boundaries for implementation. The first approved design slice consists of the bounded storage contract and threat model. The proposed Overseer adapter contract defines the separately gated registry, approval, dispatch, and reconciliation integration.
Repository layout
src/— service implementationtests/— unit, contract, and integration testsassets/— non-secret project assetsdocs/— architecture, security, and operator documentation
Fixture-only development
The current implementation is deliberately limited to client-spawned stdio and temporary fixture roots. It is not registered with Overseer and cannot operate on persistent project storage through its public API.
python3 -m venv .venv
.venv/bin/python -m pip install -e '.[test]'
.venv/bin/pytest -qThe installed theunderdark-mcp serve --stdio command exposes the bounded MCP
tool inventory with an empty fixture control plane. Tests construct explicit
temporary registrations and authorizations in process. Streamable HTTP,
persistent configuration, a shared port, and service installation remain later
approval-gated stages.
This server cannot be deployed
Maintenance
Related MCP Connectors
MCP server for mandates, delegation, policy-gated execution, credential grants, and audit.
An MCP server that provides read access to your cloud storage providers, bank accounts and more.
Guarded MCP server for agent-readable business truth, provenance, readiness, and discovery.
Experimental MCP server for current empirical verification of explicit public HTTPS endpoint claims.
Related MCP Servers
- AlicenseNot gradedqualityCmaintenanceProvides a sovereign, MIT-licensed MCP server for professional-service workflows, running entirely on your infrastructure with Ed25519 cryptographic signing for every action.MIT
- AlicenseAqualityBmaintenanceA local-first MCP server for retrieving a small evidence set and recording reviewed conclusions, policy-gated and redacted without giving an agent general filesystem access.5MIT
- AlicenseNot gradedqualityBmaintenanceAn experimental MCP server for MNCS-native development and evidence control, enabling Codex to manage project authority, candidate lineage, evidence gaps, and evaluator-mode boundaries.Apache 2.0
- AlicenseBqualityBmaintenanceA local, evidence-driven MCP runtime and control plane for open-source maintainers that provides workspace-bounded tools including controlled file operations, command execution, validation primitives, durable execution records, and human review workflows via stdio and Streamable HTTP transports.33MIT