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.
We read the source, 19 h ago · rules 3dff92dd89df
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.
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.
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.
claude mcp add agora-mcp -- npx -y @vorluno/agora-mcp
{
"mcpServers": {
"agora-mcp": {
"args": [
"-y",
"@vorluno/agora-mcp"
],
"command": "npx"
}
}
}
[mcp_servers.agora-mcp]
command = "npx"
args = ["-y", "@vorluno/agora-mcp"]
{
"mcpServers": {
"agora-mcp": {
"args": [
"-y",
"@vorluno/agora-mcp"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"agora-mcp": {
"args": [
"-y",
"@vorluno/agora-mcp"
],
"command": "npx"
}
}
}
Shared memory across devices, sessions, and agents for OpenClaw, Claude Code, and Codex.
Shared session bus MCP+CLI for Claude/Codex/Cursor/Grok: list, read, handoff, send, spawn.
Persistent, governed institutional memory for Claude Code — specs, decisions, learnings.
Self-hosted session relay. Shared threads across Claude Code, Cowork, and Claude.ai.
Persistent, expiring, importance-graded sticky notes for Claude Code.
Shared memory for a team in Claude Code: what one person records, everyone has.
Session handoff for Claude Code: list sessions and build handoff docs another agent continues from.
Run parallel, resumable, human-operable Antigravity CLI sessions from any MCP agent harness
Answers built from our own checks of this server.