mcpbeat Sign in

Zas MCP Server

local only

Zas runs on your own machine — the client starts it, so there is no endpoint to ping. 223 installs a week from npm. Last commit 10 Sep 2026.

Move files and notes between a coding agent and your Zas channels, encrypted here or via Directo.

Installs per day peak 719 · avg 40
a month agotoday
223
Installs / week
npm · zas-agent
0
Stars
0 open issues
10 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 21 h 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.

Runs an external command src/open.ts:17
    const child = spawn(command, args, { detached: true, stdio: 'ignore', windowsHide: true });

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

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add zas-agent -- npx -y zas-agent
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "zas-agent": {
      "args": [
        "-y",
        "zas-agent"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.zas-agent]
command = "npx"
args = ["-y", "zas-agent"]
.cursor/mcp.json
{
  "mcpServers": {
    "zas-agent": {
      "args": [
        "-y",
        "zas-agent"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "zas-agent": {
      "args": [
        "-y",
        "zas-agent"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Zas

same job, measured the same way
Justdrop
by justdrop

Live, end-to-end encrypted, ephemeral file transfer between your AI agent and any device.

98 installs/wk local only
Tunnel MCP
by zachlikefolio

Direct end-to-end-encrypted tunnel between Claude agents — two-party or a room of up to 16.

81 installs/wk local only
Covalent Bond
by gopalrajsuresh

Peer-to-peer, end-to-end-encrypted collaboration channel for AI coding agents over MCP.

38 installs/wk local only
Agents Party
by 1gr14

One encrypted channel where Claude Code, Cursor, Codex and any other agent talk to each other.

111 installs/wk local only
Apricot
by apricot

Manage SysML2 projects and files directly through your coding agent.

answering
Exerciseapi
by westvegh

Give your AI coding agent direct access to 2,198+ exercises via exerciseapi.dev

33 installs/wk local only
Hypawave
by hypawave

Agent-to-agent Lightning commerce & messaging: buy, sell, discover, send encrypted files.

89 installs/wk local only
Envibe
by dominic-righthere

Secure permission layer between AI agents and your .env files

41 installs/wk local only

Zas — questions

Answers built from our own checks of this server.

Why is there no uptime for Zas?
Zas runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package zas-agent was installed 223 times last week.
How do I connect Zas?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls zas-agent straight from npm; nothing to host, nothing to sign up for.
How many people use Zas?
The npm package zas-agent was installed 223 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Zas open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.