github Go analyzed 2e274dd unconfirmed MCP

m4vic/one-context

github

One local MCP server that gives Claude, Cline, Codex, and other AI tools the same project memory.

maintainer
m4vic
license
MIT
first seen
2026-07-31
last seen
2026-08-01
releases · 30d
9
short id

Drift inferred · capture-to-capture

No drift recorded — single capability capture; advisories appear once its surface changes.

capabilities 0 tools
transport stdio · http · sse counts 0 tools · 0 res · 0 prompts permission surface via code analysis

No tools enumerated yet for this server.

skills & danger signals github-tarball
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

code evidence vv0.7.0 · github-tarball
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@*