mcpbeat Sign in

Agora MCP Server

local only

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

Shared per-repo space for Claude Code sessions: see activity, get collision warnings, notes.

The author archived this repository on GitHub, meaning it is no longer maintained.

Installs per day peak 11 · avg 5 · +95% w/w
a month agotoday
32
Installs / week
npm · @vorluno/agora-mcp
0
Stars
0 open issues
7 Sep 2026
Last commit
0 releases in 90 days
Apache-2.0
License
TypeScript

What the code does

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

    const proc = Bun.spawnSync(["git", "-C", cwd, ...args], { stdout: "pipe", stderr: "pipe" });

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 agora-mcp -- npx -y @vorluno/agora-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "agora-mcp": {
      "args": [
        "-y",
        "@vorluno/agora-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.agora-mcp]
command = "npx"
args = ["-y", "@vorluno/agora-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "agora-mcp": {
      "args": [
        "-y",
        "@vorluno/agora-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "agora-mcp": {
      "args": [
        "-y",
        "@vorluno/agora-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Agora MCP

same job, measured the same way
Engrm
by dr12hes

Shared memory across devices, sessions, and agents for OpenClaw, Claude Code, and Codex.

138 installs/wk local only
magents
by abnegate

Shared session bus MCP+CLI for Claude/Codex/Cursor/Grok: list, read, handoff, send, spawn.

local only
Oneda
by freeelatech

Persistent, governed institutional memory for Claude Code — specs, decisions, learnings.

answering
Relay MCP
by zhowe-designs

Self-hosted session relay. Shared threads across Claude Code, Cowork, and Claude.ai.

local only
Stickies
by dumbspacecookie

Persistent, expiring, importance-graded sticky notes for Claude Code.

62 installs/wk local only
One Brain
by prophet-git

Shared memory for a team in Claude Code: what one person records, everyone has.

answering
Claude Handoff
by vasilispapg

Session handoff for Claude Code: list sessions and build handoff docs another agent continues from.

887 installs/wk local only
Async Parallel Antigravity for Codex & Claude Code
by varadfromeast

Run parallel, resumable, human-operable Antigravity CLI sessions from any MCP agent harness

133 installs/wk local only

Agora MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Agora MCP?
Agora MCP 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 @vorluno/agora-mcp was installed 32 times last week.
Is Agora MCP still maintained?
The author archived this repository on GitHub, meaning it is no longer maintained. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect Agora MCP?
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 @vorluno/agora-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Agora MCP?
The npm package @vorluno/agora-mcp was installed 32 times in the last week. Week over week that is +95%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Agora MCP open source?
Yes — it is published under the Apache-2.0 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.