mcpbeat Sign in

Syncbridge MCP Server

by rehmansherazi Your server? Claim it
local only

Syncbridge MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 29 installs a week from npm. Last commit 9 Jun 2026.

Bridges AI chat interfaces with Claude Code CLI via shared markdown control files.

Installs per day peak 21 · avg 4 · +29% w/w
a month agotoday
29
Installs / week
npm · syncbridge-mcp
0
Stars
0 open issues
9 Jun 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 19 h ago · rules 3dff92dd89df

A tool parameter reaches a dangerous call

A value the model can set ends up inside a file or shell call. That is not a flaw by itself — for a terminal server it is the job — but it is where things go wrong when it is not.

A tool parameter reaches a file or shell call update_state.project → mcp-server/index.js:60, update_state.project → mcp-server/index.js:69
    return fs.readFileSync(filePath, 'utf8').trim();
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.

File ships in the package but is absent from the source [пакет] index.js:1
этот файл ставится пользователю, но в репозитории его нет
  return path.join(process.env.HOME, 'repos', project);

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

A tool parameter here reaches a dangerous call

That is not a flaw by itself — but it is where things go wrong when it is not the job. We re-read this code on every release. Watch it and you hear from us the day another one appears.

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

Alternatives to Syncbridge MCP

same job, measured the same way
Claude Context Bridge
by phoenixfeuer32

Share context and questions between Claude instances — VS Code, claude.ai web, and mobile.

answering
Anamnesis
by oscardvs

Cross-machine, file-first memory for Claude Code: markdown + SQLite FTS5, synced with git

111 installs/wk local only
MCP Graphql Bridge
by murilojrpereira

Bridges any GraphQL API to Claude Code — auto-generates MCP tools via schema introspection.

37 installs/wk local only
Ask Codex
by lykhoyda

Bridge Claude with OpenAI Codex CLI for AI-to-AI collaboration, code review, and second opinions

597 installs/wk local only
Ask Gemini
by lykhoyda

Bridge Claude with Gemini CLI for AI-to-AI collaboration, code review, and second opinions

573 installs/wk local only
Better Call Claude
by sns45

Voice Calls, SMS, and WhatsApp for Claude Code with cross-channel context sharing.

44 installs/wk local only
Agent Skill Loader
by back1ply

Dynamically load Claude Code skills into AI agents without copying files.

30 installs/wk local only
Ugs MCP
by zackpeters93

CNC machine control via Universal G-code Sender. Jog, home, run files with hardware safety tokens.

54 installs/wk local only

Syncbridge MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Syncbridge MCP?
Syncbridge 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 syncbridge-mcp was installed 29 times last week.
How do I connect Syncbridge 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 syncbridge-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Syncbridge MCP?
The npm package syncbridge-mcp was installed 29 times in the last week. Week over week that is +29%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Syncbridge MCP 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.