sem for VS Code
io.github.ataraxy-labs/sem
Entity-level code intelligence: semantic diff, impact analysis, blame, and context for AI agents
client:VS Code
transport:stdio
runtime:npm
Install sem in VS Code
.vscode/mcp.json
{
"servers": {
"sem": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@ataraxy-labs/sem"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs