TheUnderdark

TheUnderdark

An MCP server exposing narrowly scoped storage workflows with Overseer approval integration and redacted execution evidence, currently in fixture-only development for testing via stdio.

Category
Visit Server

README

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.

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 implementation
  • tests/ — unit, contract, and integration tests
  • assets/ — non-secret project assets
  • docs/ — 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 -q

The 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.

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured