emisar
Rank #199dev.emisar/emisar
Let AI operate servers without SSH. Choose actions, approve risky changes, and audit every step.
emisar is a Model Context Protocol (MCP) server published by andrewdryga. It ranks #199 of 101,826 servers tracked on MCP Toplist, and its repository has 471 GitHub stars. emisar is listed across 3 registries — Official MCP, PulseMCP and Glama, with 8 tracked versions. It was first listed on Jul 12, 2026 and most recently updated on Aug 10, 2026.
Ranks ahead of 101,627 of 101,826 servers on MCP Toplist.
Use emisar
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http emisar https://emisar.dev/api/mcp/rpcThis endpoint requires authentication — see the server’s docs for credentials.
[mcp_servers.emisar]
url = "https://emisar.dev/api/mcp/rpc"Add to ~/.codex/config.toml. This endpoint requires authentication — see the server’s docs for credentials.
https://emisar.dev/api/mcp/rpcSettings → Connectors → “Add custom connector”, then paste this URL. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"emisar": {
"url": "https://emisar.dev/api/mcp/rpc"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). This endpoint requires authentication — see the server’s docs for credentials.
{
"servers": {
"emisar": {
"type": "http",
"url": "https://emisar.dev/api/mcp/rpc"
}
}
}Save as .vscode/mcp.json in your workspace. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"emisar": {
"serverUrl": "https://emisar.dev/api/mcp/rpc"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"emisar": {
"url": "https://emisar.dev/api/mcp/rpc"
}
}
}This endpoint requires authentication — see the server’s docs for credentials.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/dev.emisar%2Femisar)<a href="https://mcptoplist.com/server/dev.emisar%2Femisar"><img src="https://mcptoplist.com/badge/dev.emisar%2Femisar.svg" alt="MCP Toplist: Top 1% of 101,826" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
andrewdryga
Available versions (8)
| Version | Published |
|---|---|
| 0.39.0 | Aug 10, 2026 |
| 0.38.0 | Aug 9, 2026 |
| 0.37.0 | Aug 8, 2026 |
| 0.36.0 | Jul 31, 2026 |
| 0.35.0 | Jul 27, 2026 |
| 0.32.0 | Jul 20, 2026 |
| 0.30.0 | Jul 17, 2026 |
| 0.24.0 | Jul 12, 2026 |
Frequently asked questions
- Who maintains emisar?
- emisar is maintained by andrewdryga, which publishes 1 MCP server (8 total versions) tracked on MCP Toplist.
- Is emisar listed on the Official MCP Registry?
- Yes — emisar is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does emisar have?
- MCP Toplist tracks 8 versions of emisar, most recently published on Aug 10, 2026.
- Where can I find the source code for emisar?
- The source code for emisar is hosted at github.com/andrewdryga/emisar.