Match the project to your task before installing it.
MCP Tool Integration · Public
cavemem
MCP tool integration project for safely connecting external tools, services, or data sources to an AI host.
Check whether this project matches your task before installing it.
What it can doMCP setup guidance, host configuration checks, tool permission boundaries, recovery steps, and acceptance checksReview the portable capability path.
Before continuingVerify in a sandboxDo not treat a preview pack as a proven local install.
GitHub snapshot527 stars46 forks · 3 contributors
Doramagic.ai 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?
- cavemem helps connect external tools, services, or data sources to AI hosts that support MCP.
- Best fit: Developers who need Claude, Cursor, Codex, or another MCP-capable AI host to call external tools safely.
- Not for: Not for users who cannot change host configuration, grant tool permissions, or isolate network, file, and credential access.
- Capability added to an AI workflow: MCP setup guidance, host configuration checks, tool permission boundaries, recovery steps, and acceptance checks
- First safe verification step: Verify the MCP server command, permission scope, and rollback path in a non-primary host configuration first.
- Verification state: source, Quick Start, and sandbox install checks are recorded as passed.
- Top risk: May increase setup, validation, or first-run risk for the user.
- Evidence base: https://github.com/JuliusBrussee/cavemem, https://github.com/JuliusBrussee/cavemem#readme, Human Manual, Pitfall Log
01
Quick decision
Use this section to decide whether the project is worth a deeper read.MCP tool integration project for safely connecting external tools, services, or data sources to an AI host.
527 stars · 46 forks
02
What it can do
Translate the upstream project into concrete capabilities the user can judge before installing.Overview
Related topics: Cli
Source: https://github.com/JuliusBrussee/cavemem / Human Manual
Cli
Related topics: Overview, Src
Source: https://github.com/JuliusBrussee/cavemem / Human Manual
Src
Related topics: Cli, Commands
Source: https://github.com/JuliusBrussee/cavemem / Human Manual
Commands
Related topics: Src
Source: https://github.com/JuliusBrussee/cavemem / Human Manual
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.Community Discussion Evidence
12 source-linked itemsReview 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.
-
01
Worker HTTP viewer on 127.0.0.1:37777 is unauthenticated and serves deco
github / github_issue
-
02
No per-tool capture allowlist/matcher: sensitive MCP tool I/O captured b
github / github_issue
-
03
redactSecrets is a no-op: secrets in tool output are stored verbatim (no
github / github_issue
-
04
privacy.excludePatterns is documented as enforced but is never read (mat
github / github_issue
-
05
cavemem start fails with spawn EFTYPE on Windows
github / github_issue
-
06
Cavemen with Opecode Desktop App on windows not working
github / github_issue
-
07
Windows: hook commands written with backslashes break under bash -c (pat
github / github_issue
-
08
Codex installer is out of date
github / github_issue
-
09
Add Trae SOLO IDE support
github / github_issue
-
10
session-start: prior-session context not scoped to cwd, leaks across unr
github / github_issue
-
11
Add Antigravity IDE support
github / github_issue
-
12
bug: better-sqlite3 native bindings fail on Node.js 26.0.0 (v147) - use
github / github_issue
04
How to start
Only source-backed commands are shown here. Verify them in an isolated environment first.Try the prompt first
Test the workflow without installing the upstream project.
previewRead the Human Manual
Understand inputs, outputs, limits, and failure modes.
manualTake context to your AI host
Use the compiled assets in your preferred AI environment.
contextRun sandbox verification
Confirm install commands and rollback before using a primary environment.
verifynpm install -g cavememOfficial 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- https://github.com/JuliusBrussee/cavemem Project Manual
- Table of Contents
- Overview
- Related Pages
- Purpose and Scope
- Architecture and Monorepo Layout
- End-to-End Data Flow
- Compression Engine
Overview
Related topics: Cli
Source: https://github.com/JuliusBrussee/cavemem / Human Manual
Cli
Related topics: Overview, Src
Source: https://github.com/JuliusBrussee/cavemem / Human Manual
Src
Related topics: Cli, Commands
Source: https://github.com/JuliusBrussee/cavemem / Human Manual
Commands
Related topics: Src
Source: https://github.com/JuliusBrussee/cavemem / Human Manual
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.- The manual is generated from source-linked project files and Doramagic validation signals.
- Community evidence warnings stay visible instead of being converted into marketing claims.
- This English page is indexable because the locale quality gate passed and explicit English index approval is enabled.
- Use the upstream repository as the final authority for installation commands, license, and version-specific behavior.
08
Pitfall Log and verification risks
Doramagic surfaces high-risk items before users treat a candidate capability as verified.Installation risk requires verification
May increase setup, validation, or first-run risk for the user.
Installation risk requires verification
May increase setup, validation, or first-run risk for the user.
Configuration risk requires verification
May increase setup, validation, or first-run risk for the user.
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
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...`)
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
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)
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)