Myc MCP server
Task queue, decisions and memory for coding agents. Local SQLite, no network. Requires Bun.
12 stars1.1k downloads/wk
Reviews
Write oneNobody has reviewed Myc yet.
If you have run it, two minutes of your experience saves the next person an afternoon.
Myc tools (13, 2 write)
write = sends, deletes, buys or postsRead from the package source without running it. The installed server may list more.
myc_callersWho calls a symbol (in) or what it calls (out): one edge per caller,
myc_code_grepEvery occurrence of a string in the repo's files, with its owner (function, class) \u2014
myc_code_mapMap of an unfamiliar repo: directories by weight, their hub symbols and who depends on whom by import. One call to get oriented, then myc_code_search and myc_callers.
myc_code_searchFind code by a question in your own words when you don't know the name: files by rank
myc_code_symbolWhere a symbol with this exact name is defined: path:span, kind, export, mention
myc_linkwrite actionCreate or remove a link between nodes: blocks/blocked-by (dependency), relates-to, duplicates, supersedes, contradicts, replies-to, derived-from,
myc_primeProject start packet: ready queue, work in progress, core and recent decisions.
myc_readyTasks with no open blockers \u2014 what you can take right now.
myc_rememberRecord a conclusion, decision or fact so later sessions know it. One claim at a time, concrete, with its reason. No raw code or secrets. A contradiction gets flagged, it does not overwrite the old one.
myc_showFull content of one or more nodes at once: body, deps, links, code anchors. Pass the list of ids in one call, not one by one.
myc_skeletonA file's API instead of reading it whole: declarations with signatures and spans, nesting by indent, and how many times cheaper this is than the file. Then read
myc_updatewrite actionEvery task state change in one tool: claim, release, close, reopen, assign, priority, note, extend; confirm/reject a compaction candidate.
no-passdo not hand the input to any foreign statusLine
Public scan report
scanner v0.1.8 · 2026-09-19 · same rubric, same numbers if you re-run it
- Code scan6 source files scanned10/25
- –Live reliabilityno gateway calls yet and no remote to proben/a
- –Tool poisoningtools not inspected (local package is not executed); not countedn/a
- Auth qualitylocal package, no credentials required12/15
- Maintenancelast push 0 days ago15/15
- Maintainer identityregistry namespace matches repository owner6/10
Findings (3)
- mediumnpm install lifecycle script present
install.script - mediumeval / new Function used
exec.evaldist/myc.js: …gs}) => { ${body} };`;ASM_CONSTS[start]=eval(func)}if("__start_em_asm"in moduleExport… - mediumnpm install lifecycle script present
install.scriptpackage.json: …": "bin/myc.js" }, "scripts": { "postinstall": "node bin/preflight.js" }, "engines…
Grade history
- 2026-09-19restoreD → Cscore 66: npm install lifecycle script present; eval / new Function used; npm install lifecycle script present
Install directly
Runs npx -y @aistastudio/myc on your machine. Read the scan report first; the gateway never runs local packages.
claude mcp add myc -- npx -y @aistastudio/myc
Myc: common questions
- Is Myc MCP server safe?
- With care: it is graded C, so read the findings first (66/100). Read the Myc safety report
- How do I install Myc?
- It runs on your machine. Copy the Claude Code, Claude Desktop or Cursor config from the install section.
- Does Myc need an API key?
- Not as far as the registry entry and our scan can tell: no credentials are declared or required.
- Is Myc maintained?
- The last commit was in the last day (2026-09-19). The latest release is v0.3.13.
- What can I use instead of Myc?
- Servers from other publishers that do the same job: skillmem MCP server, Memory Arbiter MCP server and KEPTA — Agent Memory MCP server. Compare all Myc alternatives.
Alternatives to Myc
Same job from other publishers: the closest match first, then the best rated.
- skillmemSkill memory for coding agents: learn, recall, reinforce, decay. Local SQLite, no API key.not reviewedGrowingA
- Memory ArbiterLocal SQLite MCP memory: evidence-based recall, advisory conflict notices, authorized governance.not reviewedGrowingA
- KEPTA — Agent MemoryLocal memory for AI agents. One SQLite file on your machine — no cloud, no account.not reviewedGrowingA
- FacthouseLocal AI memory: neuroscience-inspired Data→Information→Knowledge in SQLite you own.not reviewedGrowingA
- Queue AIopsGoverned redis + rabbitmq ops: memory/latency/backlog/churn RCA, policies. 28 tools.not reviewedGrowingA