Odel
sem

sem

Local
@ataraxy-labs3.3kRustApache-2.0Updated Today

Entity-level code intelligence: semantic diff, impact analysis, blame, and context for AI agents

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@ataraxy-labs/semv0.23.1

Run

npx -y @ataraxy-labs/sem

MCP client config

{
  "mcpServers": {
    "sem": {
      "command": "npx",
      "args": [
        "-y",
        "@ataraxy-labs/sem"
      ]
    }
  }
}