One local MCP server that gives Claude, Cline, Codex, and other AI tools the same project memory.
Drift inferred · capture-to-capture
No drift recorded — single capability capture; advisories appear once its surface changes.
transport stdio · http · sse counts 0 tools · 0 res
· 0 prompts
permission surface via code analysis
No tools enumerated yet for this server.
prompt-surface
shipped agent-instruction files + hidden-content / dangerous-code findings —
quoted from the analyzed source
analyzed commit 2e274dd · analyzer v28 · 1d ago
skills & prompt files 1
- agent-rules m4vic-one-context-2e274dd/CLAUDE.md
evidence-backed
findings quoted directly from the published source artifact — not inferred
code files: 20
filesystem 6
- fs m4vic-one-context-2e274dd/ctx/cli.py :200
with open(output, "w", encoding="utf-8") as f: - fs m4vic-one-context-2e274dd/ctx/database.py :11
from pathlib import Path - fs m4vic-one-context-2e274dd/ctx/git.py :11
from pathlib import Path - fs m4vic-one-context-2e274dd/ctx/llm.py :24
from pathlib import Path - fs m4vic-one-context-2e274dd/ctx/mirror.py :17
from pathlib import Path - fs m4vic-one-context-2e274dd/ctx/server.py :15
from pathlib import Path
shell / exec 1
- shell m4vic-one-context-2e274dd/ctx/git.py :9
import subprocess
network 1
- net m4vic-one-context-2e274dd/ctx/llm.py :26
from urllib.request import Request, urlopen
secrets 3
- secrets m4vic-one-context-2e274dd/ctx/cli.py :29
auth_enabled = bool(os.environ.get("CTX_AUTH_TOKEN")) - secrets m4vic-one-context-2e274dd/ctx/llm.py :428
api_key = os.environ.get("ANTHROPIC_API_KEY") - secrets m4vic-one-context-2e274dd/ctx/server.py :614
if not os.environ.get("CTX_AUTH_TOKEN"):
database 1
- db m4vic-one-context-2e274dd/ctx/database.py :7
import sqlite3
declared dependencies 5
- anyio@>=4.0.0
- anthropic@>=0.40.0
- pytest@>=8.0
- build@*
- twine@*