emisar for Claude Desktop
dev.emisar/emisar
Let AI operate servers without SSH. Choose actions, approve risky changes, and audit every step.
client:Claude Desktop
transport:streamable-http
Install emisar in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"emisar": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://emisar.dev/api/mcp/rpc"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs