Sem MCP server
Entity-level code intelligence: semantic diff, impact analysis, blame, and context for AI agents
3.4k stars4.4k downloads/wk
Reviews
Write oneNobody has reviewed Sem yet.
If you have run it, two minutes of your experience saves the next person an afternoon.
Sem tools
No tool declarations could be read from the package source. They show once the server is installed.
Public scan report
scanner v0.1.9 · 2026-09-21 · same rubric, same numbers if you re-run it
- Code scan2 source files scanned15/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 owner7/10
Findings (2)
- mediumnpm install lifecycle script present
install.script - mediumnpm install lifecycle script present
install.scriptpackage.json: …cess": "public" }, "scripts": { "postinstall": "node ./scripts/postinstall.mjs", "…
What the publisher says
From the Sem repository's README, as published. We do not edit it. Read it on GitHub
Part of the Ataraxy Labs stack: agent-native infrastructure for software development. See also: weave (entity-level git merge driver) · inspect (semantic code review) · opensessions (tmux sidebar for coding agents).
Read the manifesto: https://ataraxy-labs.com/#thesis · Essays: https://ataraxy-labs.com/blogs · LLMs: https://ataraxy-labs.com/llms.txt
Semantic version control built on Git. Instead of lines changed, sem tells you what entities changed: functions, methods, classes.
Why sem? · Install · Commands · Agents (MCP) · Cloud consent · Releases
sem is a semantic version control tool that works on top of Git. It parses your code with tree-sitter, extracts every function, class, and method as an entity, and diffs at the entity level instead of lines. This means you see "function blahh was modified" instead of "lines x-y changed."
It works in any Git repo with no setup.
Cloud-backed queries are opt-in per repo: logging in does not upload a repo or send a query. See the cloud consent flow for the public/private repo states, preview screen, local audit log, and forget controls.
Install
curl -fsSL https://raw.githubusercontent.com/Ataraxy-Labs/sem/main/install.sh | shOr via Homebrew:
brew install sem-cliOr via winget on Windows:
winget install AtaraxyLabs.semOr via Scoop on Windows:
scoop install semOr install the npm wrapper into node_modules:
npm install --save-dev @ataraxy-labs/semWith Bun, trust the package so its postinstall script can download the binary:
bun add -d @ataraxy-labs/sem
bun pm trust @ataraxy-labs/semOnce installed, update to the latest release any time:
sem updateOr via cargo, from crates.io:
cargo install sem-cliOr build the latest main from source (requires Rust):
cargo install --git https://github.com/Ataraxy-Labs/sem sem-cliOr grab a binary from GitHub Releases.
Or run via Docker:
docker build -t sem .
docker run --rm -it -u "$(id -u):$(id -g)" -v "$(pwd):/repo" sem diffName conflict with GNU Parallel
GNU Parallel ships a sem binary (/usr/bin/sem) as a symlink to parallel. If you have both installed, they'll collide. Run sem --version to check which one you're using. (#77)
Quick fixes:
Shortened. The full README is on GitHub.
Nothing above is checked by us. What we check is on the safety report.
Install directly
Runs npx -y @ataraxy-labs/sem on your machine. Read the scan report first; the gateway never runs local packages.
claude mcp add sem -- npx -y @ataraxy-labs/sem
Sem: common questions
- Is Sem MCP server safe?
- Mostly: it is graded B (75/100). Read the Sem safety report
- How do I install Sem?
- It runs on your machine. Copy the Claude Code, Claude Desktop or Cursor config from the install section.
- Does Sem need an API key?
- Not as far as the registry entry and our scan can tell: no credentials are declared or required.
- Is Sem maintained?
- The last commit was 3 days ago (2026-09-21). The latest release is v0.23.1.