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).
Run
npx -y @ataraxy-labs/sem
MCP client config
{
"mcpServers": {
"sem": {
"command": "npx",
"args": [
"-y",
"@ataraxy-labs/sem"
]
}
}
}