Doramagic.ai Chinese

MCP Tool Integration · Public

cavemem

MCP tool integration project for safely connecting external tools, services, or data sources to an AI host.

MCPTool callingHost configurationPermission boundariesAcceptance checks

Last verification date: 2026-07-30 Verification method: source evidence, semantic profile, public page gate, and static build acceptance.

Publication status · 2026-07-30

What is cavemem?

01

Quick decision

Use this section to decide whether the project is worth a deeper read.
Best forDevelopers who need Claude, Cursor, Codex, or another MCP-capable AI host to call external tools safely.

Match the project to your task before installing it.

CapabilityMCP setup guidance, host configuration checks, tool permission boundaries, recovery steps, and acceptance checks

MCP tool integration project for safely connecting external tools, services, or data sources to an AI host.

RepositoryJuliusBrussee/cavemem

527 stars · 46 forks

02

What it can do

Translate the upstream project into concrete capabilities the user can judge before installing.
1

Overview

Related topics: Cli

Source: https://github.com/JuliusBrussee/cavemem / Human Manual
2

Cli

Related topics: Overview, Src

Source: https://github.com/JuliusBrussee/cavemem / Human Manual
3

Src

Related topics: Cli, Commands

Source: https://github.com/JuliusBrussee/cavemem / Human Manual
4

Commands

Related topics: Src

Source: https://github.com/JuliusBrussee/cavemem / Human Manual
5

Doramagic Pitfall Log

Source-linked risks stay visible on the manual page so the preview does not read like a recommendation.

Source: Doramagic discovery, validation, and Project Pack records

Sources: https://github.com/JuliusBrussee/cavemem, Human Manual, Project Pack evidence, and downstream validation signals.

03

Community Discussion Evidence

Project-level external discussion stays visible on the detail page, not only inside the manual.
Stars527 stars
Forks46 forks
Contributors3 contributors
Licenseunknown

Community Discussion Evidence

12 source-linked items

Review these external discussions before using cavemem with real data or production workflows. They are review inputs, not standalone proof that the project is production-ready.

04

How to start

Only source-backed commands are shown here. Verify them in an isolated environment first.
1

Try the prompt first

Test the workflow without installing the upstream project.

preview
2

Read the Human Manual

Understand inputs, outputs, limits, and failure modes.

manual
3

Take context to your AI host

Use the compiled assets in your preferred AI environment.

context
4

Run sandbox verification

Confirm install commands and rollback before using a primary environment.

verify
npm install -g cavemem

Official start command · https://github.com/JuliusBrussee/cavemem#readme · verified: yes

05

Human Manual

The English page must expose the real manual, not a short placeholder.

8+ sections · Human Manual

cavemem Manual

Cross-agent persistent memory for coding assistants. Stored compressed. Retrieved fast. Local by default.

Open the full manual
  1. https://github.com/JuliusBrussee/cavemem Project Manual
  2. Table of Contents
  3. Overview
  4. Related Pages
  5. Purpose and Scope
  6. Architecture and Monorepo Layout
  7. End-to-End Data Flow
  8. Compression Engine
1

Overview

Related topics: Cli

Source: https://github.com/JuliusBrussee/cavemem / Human Manual
2

Cli

Related topics: Overview, Src

Source: https://github.com/JuliusBrussee/cavemem / Human Manual
3

Src

Related topics: Cli, Commands

Source: https://github.com/JuliusBrussee/cavemem / Human Manual
4

Commands

Related topics: Src

Source: https://github.com/JuliusBrussee/cavemem / Human Manual
5

Doramagic Pitfall Log

Source-linked risks stay visible on the manual page so the preview does not read like a recommendation.

Source: Doramagic discovery, validation, and Project Pack records

06

AI Context Pack and portable assets

After deciding to continue, take the project context into your own AI host.

Complete pack plus user-owned assets

These files are planning and verification assets for Claude Code, Codex, Gemini, Cursor, ChatGPT, and other AI hosts.

07

Preflight checks

Treat this page as a planning asset, not proof that your local environment is ready.

08

Pitfall Log and verification risks

Doramagic surfaces high-risk items before users treat a candidate capability as verified.
high

Installation risk requires verification

May increase setup, validation, or first-run risk for the user.

high

Installation risk requires verification

May increase setup, validation, or first-run risk for the user.

high

Configuration risk requires verification

May increase setup, validation, or first-run risk for the user.

high

Security or permission risk requires verification

Developers may expose sensitive permissions or credentials: No per-tool capture allowlist/matcher: sensitive MCP tool I/O captured by default

high

Security or permission risk requires verification

Developers may expose sensitive permissions or credentials: Windows: hook commands written with backslashes break under bash -c (path collapse to `C:Usershp...`)

high

Security or permission risk requires verification

Developers may expose sensitive permissions or credentials: Worker HTTP viewer on 127.0.0.1:37777 is unauthenticated and serves decompressed memory

high

Security or permission risk requires verification

Developers may expose sensitive permissions or credentials: privacy.excludePatterns is documented as enforced but is never read (matching paths still captured)

high

Security or permission risk requires verification

Developers may expose sensitive permissions or credentials: redactSecrets is a no-op: secrets in tool output are stored verbatim (no output-side scrubber)