Satori-Aligner for Claude Desktop
io.github.evozim/satori-aligner
Factual alignment and semantic bias scanner for LLM inputs.
client:Claude Desktop
transport:sse
Install Satori-Aligner in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"satori-aligner": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://satori-aligner-mcp.vercel.app/api/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs