mcpbeat Sign in

Yaver MCP Server

by kivanccakmak Your server? Claim it
local only

Yaver runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 15 Sep 2026.

Phone-first local dev MCP for Claude Code and Codex: install Yaver, pair mobile, run, build, deploy.

Installs / week
not published
4
Stars
3 open issues
15 Sep 2026
Last commit
from GitHub
License
Go

What changed 41

Every tool that appeared, vanished or quietly changed what it asks for. Recorded since 9 August 2026. No other catalogue keeps this.

18 Sep the owner changed
17 Sep the owner changed
16 Sep the owner changed
15 Sep the owner changed
14 Sep the owner changed
13 Sep the owner changed
12 Sep the owner changed
11 Sep the owner changed
10 Sep the owner changed
9 Sep the owner changed
and 31 more, back to 9 August 2026

What the code does

We read the source, 7 d ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Builds a file path from a variable desktop/agent/dev_config_clone.go:304
        target := filepath.Join(home, rel)
Touches key and credential files desktop/agent/dev_config_clone.go:157
    secretWords := []string{"secret", "token", "apikey", "api_key", "credential", "credentials", "oauth", "session", "cookie", "keychain", "id_rsa", "id_ed25519", ".env"}
In the project's build, not in the package

Found in continuous integration, deployment or infrastructure files, or in a neighbouring package of the same monorepo. None of this is installed when you add the server: it describes how the project is built and released. We list it because a leaked key in a build pipeline is still a real problem, but it is not something this server does on your machine.

            runuser -u yaver -- /usr/bin/env PATH="/usr/local/bin:/usr/bin:/bin" yaver install remote-runtime || true
CI pipeline leaks secrets outward .github/workflows/yaver-trigger-example.yml:46
          curl -sf -X POST "${{ secrets.YAVER_AGENT_URL }}/webhooks/trigger" \
Builds a database query by concatenation .github/workflows/release-mobile.yml:332
      - name: Update Convex mobile version
        env:
          CONVEX_DEPLOY_KEY: ${{ secrets.CONVEX_DEPLOY_KEY_3 || secrets.CONVEX_DEPLOY_KEY_2 || secrets.CONVEX_DEPLOY_KEY }}

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Alternatives to Yaver

same job, measured the same way
Yaver
by yaver-io

Phone-first local dev MCP for Claude Code and Codex: install Yaver, pair mobile, run, build, deploy.

2 267 installs/wk local only
Token Meter
by whdrnr2583-cmd

Local-first dashboard + MCP for Claude Code and Codex token usage. Per-MCP/tool breakdown.

109 installs/wk local only
Seojeom MCP
by seojeom

Local-first MCP server for Claude/Codex project wiki and graph workflows

local only
Pathmark
by hacksurvivor

Local-first intent and provenance for Codex, Claude Code, Cursor, Gemini CLI, and MCP agents.

64 installs/wk local only
Ariadne
by mclaut

Local-first multilingual, auditable memory for Codex, Claude Code, and MCP clients.

local only
Claude Bridge
by constripacity

Durable local-first MCP relay for independent coding agents.

297 installs/wk local only
Skill Builder MCP
by dmzagent

Search the skill-builder registry and auto-install skills for Claude Code, Cursor, and Codex.

47 installs/wk local only
Remem
by majiayu000

Local-first automatic memory for Claude Code and Codex: capture, distill, recall from SQLite.

505 installs/wk local only

Yaver — questions

Answers built from our own checks of this server.

Why is there no uptime for Yaver?
Yaver runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone.
Is Yaver open source?
We cannot say either way: written in Go, 4 stars on GitHub and 3 open issues, but we could not determine the licence, and without one the code is not open source by default.