Skip to content
Cursor

sem for Cursor

io.github.ataraxy-labs/sem

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

client:Cursor transport:stdio runtime:npm

Install sem in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

sem in other clients