← Index

Yaver

io.github.kivanccakmak/yaver·v1.99.99·Cloud Storage
Quality Score
100
/100

P2P dev-machine MCP for phone-driven coding agents: hot reload, builds, deploys.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "yaver": {
      "command": "npx",
      "args": [
        "-y",
        "yaver-cli"
      ],
      "env": {
        "YAVER_HEADLESS": "<yaver_headless>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "yaver": {
      "command": "npx",
      "args": [
        "-y",
        "yaver-cli"
      ],
      "env": {
        "YAVER_HEADLESS": "<yaver_headless>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y yaver-cli
§02  Environment variables
YAVER_HEADLESS

Set to 1 to force device-code OAuth instead of opening a browser (useful in remote / WSL / sandboxed environments).

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
25
installability
25
documentation
15
stability
10
§04  Alternatives in Cloud Storage